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 boolean
init(RewriteContext hr)
Called before this template processes any tags.void
tag_plain(RewriteContext hr)
-
-
-
Method Detail
-
init
public boolean init(RewriteContext hr)
Description copied from class:Template
Called before this template processes any tags.- Specified by:
init
in interfaceTemplateInterface
- Overrides:
init
in classTemplate
-
tag_plain
public void tag_plain(RewriteContext hr)
-
-