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 PageFactory  view PageFactory download PageFactory.java


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