|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TemplatePath | |
| org.jostraca | Primary Jostraca interfaces and implementation classes. |
| org.jostraca.process | Template processing classes. |
| Uses of TemplatePath in org.jostraca |
| Classes in org.jostraca that implement TemplatePath | |
class |
BasicTemplatePath
Resolve template paths. |
class |
VirtualTemplatePath
The Service class assumes a file based template model, and expects each template to have a file path. |
| Fields in org.jostraca declared as TemplatePath | |
protected TemplatePath |
BasicTemplate.iTemplatePath
|
protected TemplatePath[] |
BasicTemplate.iAlsoGenerate
|
| Methods in org.jostraca that return TemplatePath | |
TemplatePath |
Template.getTemplatePath()
Get the TemplatePath to this template |
TemplatePath[] |
Template.getAlsoGenerate()
Get list of templates to which should also be generated. |
TemplatePath |
JostracaTask.Template.makeTemplatePath(java.io.File pTemplateListFile)
|
TemplatePath |
BasicTemplate.getTemplatePath()
|
TemplatePath[] |
BasicTemplate.getAlsoGenerate()
|
| Methods in org.jostraca with parameters of type TemplatePath | |
void |
VirtualTemplate.load(TemplatePath pTemplatePath)
|
Template |
TemplateFactory.createTemplate(TemplatePath pTemplatePath,
OrderedPropertySetManager pPSM)
Construct a Template object based on pTemplatePath. |
void |
Template.load(TemplatePath pTemplatePath)
Load template and parse for PropertySet. |
java.util.List |
Service.build(TemplatePath pTemplatePath)
Build template from template path. |
Template |
Service.makeTemplate(TemplatePath pTemplatePath)
Create a template object from a template path |
Template |
Generator.generate(TemplatePath pTemplatePath)
Generate the specified template. |
Template |
Generator.generate(TemplatePath pTemplatePath,
UserMessageHandler pUserMessageHandler)
Generate the specified template. |
Template |
BasicTemplateFactory.createTemplate(TemplatePath pTemplatePath,
OrderedPropertySetManager pPSM)
|
void |
BasicTemplate.load(TemplatePath pTemplatePath)
|
| Constructors in org.jostraca with parameters of type TemplatePath | |
BasicTemplate(TemplatePath pTemplatePath)
Create a template using a TemplatePath object. |
|
| Uses of TemplatePath in org.jostraca.process |
| Methods in org.jostraca.process with parameters of type TemplatePath | |
static java.io.File |
MetaUtil.makeMetaFilePath(PropertySet pPropertySet,
TemplatePath pTemplatePath)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||