|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> presentation >> [ template overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.canyamo.services.presentation.template
Interface PageFactory

- public interface PageFactory
Description of the Class
- Since:
- Version:
| Method Summary | |
Page |
getPage(java.lang.String templateName)
Gets the page attribute of the PageFactory class |
Page |
getPage(java.lang.String name,
java.lang.String templateName)
Gets the page attribute of the PageFactory class |
void |
init()
Initialites the factory |
void |
setTemplateCache(java.lang.String dir)
Sets the templateCache attribute of the PageFactory class |
| Method Detail |
setTemplateCache
public void setTemplateCache(java.lang.String dir)
- Sets the templateCache attribute of the PageFactory class
- Since:
getPage
public Page getPage(java.lang.String name, java.lang.String templateName) throws java.lang.Exception
- Gets the page attribute of the PageFactory class
- Since:
getPage
public Page getPage(java.lang.String templateName) throws java.lang.Exception
- Gets the page attribute of the PageFactory class
- Since:
init
public void init()
- Initialites the factory
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> presentation >> [ template overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC