public class TemplateHandlerRegistryUtil
extends java.lang.Object
| Constructor and Description |
|---|
TemplateHandlerRegistryUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static long[] getClassNameIds()
public static TemplateHandler getTemplateHandler(long classNameId)
public static TemplateHandler getTemplateHandler(java.lang.String className)
public static java.util.List<TemplateHandler> getTemplateHandlers()
public static TemplateHandlerRegistry getTemplateRegistry()
public static void register(TemplateHandler templateHandler)
public static void unregister(TemplateHandler templateHandler)
public void setTemplateHandlerRegistry(TemplateHandlerRegistry templateHandlerRegistry)