Liferay 6.2.0-ce-m1

com.liferay.portal.kernel.portletdisplaytemplate
Class PortletDisplayTemplateHandlerRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.portletdisplaytemplate.PortletDisplayTemplateHandlerRegistryUtil

public class PortletDisplayTemplateHandlerRegistryUtil
extends Object


Constructor Summary
PortletDisplayTemplateHandlerRegistryUtil()
           
 
Method Summary
static long[] getClassNameIds()
           
static PortletDisplayTemplateHandler getPortletDisplayTemplateHandler(long classNameId)
           
static PortletDisplayTemplateHandler getPortletDisplayTemplateHandler(String className)
           
static List<PortletDisplayTemplateHandler> getPortletDisplayTemplateHandlers()
           
static PortletDisplayTemplateHandlerRegistry getPortletDisplayTemplateRegistry()
           
static void register(PortletDisplayTemplateHandler portletDisplayTemplateHandler)
           
 void setPortletDisplayTemplateHandlerRegistry(PortletDisplayTemplateHandlerRegistry portletDisplayTemplateHandlerRegistry)
           
static void unregister(PortletDisplayTemplateHandler portletDisplayTemplateHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDisplayTemplateHandlerRegistryUtil

public PortletDisplayTemplateHandlerRegistryUtil()
Method Detail

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)

Liferay 6.2.0-ce-m1