Package sunlabs.brazil.sunlabs
Class PlainTemplate
java.lang.Object
sunlabs.brazil.template.Template
sunlabs.brazil.sunlabs.PlainTemplate
- All Implemented Interfaces:
TemplateInterface
Template to turn all markup between <plain> and </plain> into
ordinary text, by escaping all HTML markup.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
init
(RewriteContext hr) Called before this template processes any tags.void
-
Constructor Details
-
PlainTemplate
public PlainTemplate()
-
-
Method Details
-
init
Description copied from class:Template
Called before this template processes any tags.- Specified by:
init
in interfaceTemplateInterface
- Overrides:
init
in classTemplate
-
tag_plain
-