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  and  into
 ordinary text, by escaping all HTML markup.
 
| Fields inherited from class sunlabs.brazil.template.Template | 
| debug | 
 
 
 
| Methods inherited from class sunlabs.brazil.template.Template | 
| done | 
 
 
PlainTemplate
public PlainTemplate()
init
public boolean init(RewriteContext hr)
- Description copied from class: Template
- Called before this template processes any tags.
 
- 
- Specified by:
- initin interface- TemplateInterface
- Overrides:
- initin class- Template
 
- 
 
tag_plain
public void tag_plain(RewriteContext hr)
-