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.


Field Summary
 
Fields inherited from class sunlabs.brazil.template.Template
debug
 
Constructor Summary
PlainTemplate()
           
 
Method Summary
 boolean init(RewriteContext hr)
          Called before this template processes any tags.
 void tag_plain(RewriteContext hr)
           
 
Methods inherited from class sunlabs.brazil.template.Template
done
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTemplate

public PlainTemplate()
Method Detail

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)

Version 2.1, Generated 12/30/04
Copyright (c) 2001-2004, Sun Microsystems.