|
Liferay 6.2.0-ce-b2 | |||||||||
| 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(String className)
Returns the template handler associated with the class name. |
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(String className)
className - the class name of the template
List<TemplateHandler> getTemplateHandlers()
void register(TemplateHandler templateHandler)
templateHandler - the template handler to registervoid unregister(TemplateHandler templateHandler)
templateHandler - the template handler to unregister
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||