sunlabs.brazil.sunlabs
Class SubstAllTemplate
java.lang.Object
  |
  +--sunlabs.brazil.template.Template
        |
        +--sunlabs.brazil.sunlabs.SubstAllTemplate
- All Implemented Interfaces: 
- TemplateInterface
- public class SubstAllTemplate- extends Template
Template to substitute ${...} for the value of name/value attribute
 pairs of all html tags that aren't otherwise accounted for by other
 templates.  This enables the elimination of 
 <tag>...</tag>
  constructs in most cases.
- See Also:
- MacroTemplate
 
| Fields inherited from class sunlabs.brazil.template.Template | 
| debug | 
 
 
 
 
 
SubstAllTemplate
public SubstAllTemplate()
defaultTag
public void defaultTag(RewriteContext hr)
-