|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CofaxPage | |
org.cofax | CoFax is a web application framework that provides for the parsing of templates with data sources ranging from databases, to XML. |
Uses of CofaxPage in org.cofax |
Methods in org.cofax that return CofaxPage | |
abstract CofaxPage |
TemplateLoader.load(java.lang.String templateId)
Get's a template based upon it's ID. |
CofaxPage |
FilesTemplateLoader.load(java.lang.String templateFileName)
Gets the template from the file set in templateFileName, from the file system. |
CofaxPage |
CofaxCache.getPage(java.lang.String id)
Gets a page from cache. |
Methods in org.cofax with parameters of type CofaxPage | |
boolean |
CofaxCache.addPageToCache(java.lang.String id,
CofaxPage page)
Adds an item to cache and keys it by it's ID. |
abstract void |
TemplateProcessor.setPage(CofaxPage inPage)
|
abstract void |
TemplateProcessor.setTemplate(CofaxPage inTemplate)
|
void |
WysiwygTemplate.setPage(CofaxPage inPage)
|
void |
WysiwygTemplate.setTemplate(CofaxPage inTemplate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |