java.lang.Object
org.javahispano.canyamo.services.presentation.template.freemarker.FreemarkerFactory
- All Implemented Interfaces:
- org.javahispano.canyamo.services.presentation.template.PageFactory
- public class FreemarkerFactory
- extends java.lang.Object
- implements org.javahispano.canyamo.services.presentation.template.PageFactory
Description of the Class
- Since:
- 0.1
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreemarkerFactory
public FreemarkerFactory()
setTemplateCache
public void setTemplateCache(java.lang.String dir)
- Sets the templateCache attribute of the FreemarkerFactory object
- Specified by:
setTemplateCache in interface org.javahispano.canyamo.services.presentation.template.PageFactory
- Since:
getPage
public org.javahispano.canyamo.services.presentation.template.Page getPage(java.lang.String name,
java.lang.String templateName)
throws java.lang.Exception
- Gets the page attribute of the PageFactory class
- Specified by:
getPage in interface org.javahispano.canyamo.services.presentation.template.PageFactory
- Since:
getPage
public org.javahispano.canyamo.services.presentation.template.Page getPage(java.lang.String templateName)
throws java.lang.Exception
- Gets the page attribute of the PageFactory class
- Specified by:
getPage in interface org.javahispano.canyamo.services.presentation.template.PageFactory
- Since:
init
public void init()
- Initialites this factory
- Specified by:
init in interface org.javahispano.canyamo.services.presentation.template.PageFactory