|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenMobileIS project source
Description: Base interface for template management.
Template management are delegated to delegate. Delegate must be registered to the TemplateManager before its activation
(call to getManager() method).
Method Summary | |
TemplateModelRoot |
getTemplateModelRoot()
initialize template structure for this request. |
void |
init()
init template and cache management. |
void |
sendResponse(java.lang.String templateName,
TemplateModelRoot modelRoot,
HttpServletResponse res)
|
void |
updateTemplateWithNavigationBarData(java.lang.Object modelRoot,
java.lang.String data)
|
Method Detail |
public void init()
public void updateTemplateWithNavigationBarData(java.lang.Object modelRoot, java.lang.String data)
public TemplateModelRoot getTemplateModelRoot()
public void sendResponse(java.lang.String templateName, TemplateModelRoot modelRoot, HttpServletResponse res) throws java.io.IOException, TemplateNotFoundException
java.io.IOException
TemplateNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |