Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.services.presentation.template
Interface Page  view Page download Page.java


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