|
|||||||||
| 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 Page

- public interface Page
Description of the Class
- Since:
| Method Summary | |
void |
expose(java.lang.String key,
boolean value)
Description of the Method |
void |
expose(java.lang.String key,
double value)
Description of the Method |
void |
expose(java.lang.String key,
float value)
Description of the Method |
void |
expose(java.lang.String key,
int value)
Description of the Method |
void |
expose(java.lang.String key,
long value)
Description of the Method |
void |
expose(java.lang.String key,
java.lang.Object value)
Description of the Method |
void |
expose(java.lang.String key,
java.lang.String value)
Description of the Method |
java.lang.String |
getAsString()
Process the Page producing output as String |
java.lang.String |
getName()
Gets the name attribute of the Page object |
void |
render(java.io.Writer out)
Gets the asString attribute of the Page object |
void |
setTemplateDirectory(java.io.File dir)
Sets the templateDirectory attribute of the Page class |
void |
setTemplateDirectory(java.lang.String path)
Sets the templateDirectory attribute of the Page class |
java.lang.String |
toString()
Description of the Method |
| Method Detail |
setTemplateDirectory
public void setTemplateDirectory(java.lang.String path)
- Sets the templateDirectory attribute of the Page class
- Since:
setTemplateDirectory
public void setTemplateDirectory(java.io.File dir)
- Sets the templateDirectory attribute of the Page class
- Since:
getName
public java.lang.String getName()
- Gets the name attribute of the Page object
- Since:
render
public void render(java.io.Writer out) throws java.lang.Exception
- Gets the asString attribute of the Page object
- Since:
expose
public void expose(java.lang.String key, java.lang.Object value)
- Description of the Method
- Since:
expose
public void expose(java.lang.String key, java.lang.String value)
- Description of the Method
- Since:
expose
public void expose(java.lang.String key, long value)
- Description of the Method
- Since:
expose
public void expose(java.lang.String key, int value)
- Description of the Method
- Since:
expose
public void expose(java.lang.String key, boolean value)
- Description of the Method
- Since:
expose
public void expose(java.lang.String key, float value)
- Description of the Method
- Since:
expose
public void expose(java.lang.String key, double value)
- Description of the Method
- Since:
toString
public java.lang.String toString()
- Description of the Method
- Since:
getAsString
public java.lang.String getAsString() throws java.lang.Exception
- Process the Page producing output as String
|
|||||||||
| 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