Liferay 6.2-ce-ga5

com.liferay.portal.kernel.template
Class TemplateHandlerRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.template.TemplateHandlerRegistryUtil

public class TemplateHandlerRegistryUtil
extends Object


Constructor Summary
TemplateHandlerRegistryUtil()
           
 
Method Summary
static long[] getClassNameIds()
           
static TemplateHandler getTemplateHandler(long classNameId)
           
static TemplateHandler getTemplateHandler(String className)
           
static List<TemplateHandler> getTemplateHandlers()
           
static TemplateHandlerRegistry getTemplateRegistry()
           
static void register(TemplateHandler templateHandler)
           
 void setTemplateHandlerRegistry(TemplateHandlerRegistry templateHandlerRegistry)
           
static void unregister(TemplateHandler templateHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateHandlerRegistryUtil

public TemplateHandlerRegistryUtil()
Method Detail

getClassNameIds

public static long[] getClassNameIds()

getTemplateHandler

public static TemplateHandler getTemplateHandler(long classNameId)

getTemplateHandler

public static TemplateHandler getTemplateHandler(String className)

getTemplateHandlers

public static List<TemplateHandler> getTemplateHandlers()

getTemplateRegistry

public static TemplateHandlerRegistry getTemplateRegistry()

register

public static void register(TemplateHandler templateHandler)

unregister

public static void unregister(TemplateHandler templateHandler)

setTemplateHandlerRegistry

public void setTemplateHandlerRegistry(TemplateHandlerRegistry templateHandlerRegistry)

Liferay 6.2-ce-ga5