com.liferay.portal.kernel.template
Class TemplateHandlerRegistryUtil

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

public class TemplateHandlerRegistryUtil
extends java.lang.Object

Author:
Juan Fernández

Constructor Summary
TemplateHandlerRegistryUtil()
           
 
Method Summary
static long[] getClassNameIds()
           
static TemplateHandler getTemplateHandler(long classNameId)
           
static TemplateHandler getTemplateHandler(java.lang.String className)
           
static java.util.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(java.lang.String className)

getTemplateHandlers

public static java.util.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)