sunlabs.brazil.template
Class DeCommentTemplate

java.lang.Object
  extended by sunlabs.brazil.template.Template
      extended by sunlabs.brazil.template.DeCommentTemplate (view source)
All Implemented Interfaces:
TemplateInterface

public class DeCommentTemplate
extends Template

Template class for removing comments from html pages. Properties:

disable
if true, disable comment removal. This is checked at each request.


Field Summary
 
Fields inherited from class sunlabs.brazil.template.Template
debug
 
Constructor Summary
DeCommentTemplate()
           
 
Method Summary
 void comment(RewriteContext hr)
           
 boolean init(RewriteContext hr)
          Called before this template processes any tags.
 
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

DeCommentTemplate

public DeCommentTemplate()
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

comment

public void comment(RewriteContext hr)

Version Kenai-svn-r24, Generated 08/18/09
Copyright (c) 2001-2009, Sun Microsystems.