com.liferay.portal.kernel.portletdisplaytemplate
Class PortletDisplayTemplateHandlerRegistryUtil
java.lang.Object
com.liferay.portal.kernel.portletdisplaytemplate.PortletDisplayTemplateHandlerRegistryUtil
public class PortletDisplayTemplateHandlerRegistryUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletDisplayTemplateHandlerRegistryUtil
public PortletDisplayTemplateHandlerRegistryUtil()
getClassNameIds
public static long[] getClassNameIds()
getPortletDisplayTemplateHandler
public static PortletDisplayTemplateHandler getPortletDisplayTemplateHandler(long classNameId)
getPortletDisplayTemplateHandler
public static PortletDisplayTemplateHandler getPortletDisplayTemplateHandler(String className)
getPortletDisplayTemplateHandlers
public static List<PortletDisplayTemplateHandler> getPortletDisplayTemplateHandlers()
getPortletDisplayTemplateRegistry
public static PortletDisplayTemplateHandlerRegistry getPortletDisplayTemplateRegistry()
register
public static void register(PortletDisplayTemplateHandler portletDisplayTemplateHandler)
unregister
public static void unregister(PortletDisplayTemplateHandler portletDisplayTemplateHandler)
setPortletDisplayTemplateHandlerRegistry
public void setPortletDisplayTemplateHandlerRegistry(PortletDisplayTemplateHandlerRegistry portletDisplayTemplateHandlerRegistry)