sunlabs.brazil.sunlabs
Class PlainTemplate
java.lang.Object
sunlabs.brazil.template.Template
sunlabs.brazil.sunlabs.PlainTemplate
- All Implemented Interfaces:
- TemplateInterface
public class PlainTemplate
- extends Template
Template to turn all markup between <plain> and </plain> into
ordinary text, by escaping all HTML markup.
Fields inherited from class sunlabs.brazil.template.Template |
debug |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainTemplate
public PlainTemplate()
init
public boolean init(RewriteContext hr)
- Description copied from class:
Template
- Called before this template processes any tags.
- Specified by:
init
in interface TemplateInterface
- Overrides:
init
in class Template
tag_plain
public void tag_plain(RewriteContext hr)