|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplateHandlerRegistry
| Method Summary | |
|---|---|
long[] |
getClassNameIds()
|
TemplateHandler |
getTemplateHandler(long classNameId)
Returns the template handler associated with the class name ID. |
TemplateHandler |
getTemplateHandler(java.lang.String className)
Returns the template handler associated with the class name. |
java.util.List<TemplateHandler> |
getTemplateHandlers()
Returns all the template handlers. |
void |
register(TemplateHandler templateHandler)
Registers the template handler. |
void |
unregister(TemplateHandler templateHandler)
Unregisters the template handler. |
| Method Detail |
|---|
long[] getClassNameIds()
TemplateHandler getTemplateHandler(long classNameId)
classNameId - the class name ID of the template
TemplateHandler getTemplateHandler(java.lang.String className)
className - the class name of the template
java.util.List<TemplateHandler> getTemplateHandlers()
void register(TemplateHandler templateHandler)
templateHandler - the template handler to registervoid unregister(TemplateHandler templateHandler)
templateHandler - the template handler to unregister
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||