Package 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.
-
-
Constructor Summary
Constructors Constructor Description PlainTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninit(RewriteContext hr)Called before this template processes any tags.voidtag_plain(RewriteContext hr)
-
-
-
Method Detail
-
init
public boolean init(RewriteContext hr)
Description copied from class:TemplateCalled before this template processes any tags.- Specified by:
initin interfaceTemplateInterface- Overrides:
initin classTemplate
-
tag_plain
public void tag_plain(RewriteContext hr)
-
-