Package rife.template
Class Parser
java.lang.Object
rife.template.Parser
- All Implemented Interfaces:
- Cloneable
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleanstatic longgetModificationTime(ResourceFinder resourceFinder, URL resource) getTemplateContent(String name) rife.template.Parsedrife.template.Parsed
- 
Field Details- 
DEFAULT_TEMPLATES_PATH- See Also:
 
- 
TEMPLATE_PACKAGE- See Also:
 
 
- 
- 
Method Details- 
clone
- 
equals
- 
parse- Throws:
- TemplateException
 
- 
resolve
- 
getPackage
- 
prepare
- 
getTemplateContent- Throws:
- TemplateException
 
- 
getModificationTimepublic static long getModificationTime(ResourceFinder resourceFinder, URL resource) throws TemplateException - Throws:
- TemplateException
 
 
-