Package sunlabs.brazil.template
Class DeCommentTemplate
java.lang.Object
sunlabs.brazil.template.Template
sunlabs.brazil.template.DeCommentTemplate
- All Implemented Interfaces:
TemplateInterface
Template class for removing comments from html pages.
Properties:
- disable
- if true, disable comment removal. This is checked at each request.
- Version:
- @(#)DeCommentTemplate.java 2.2
- Author:
- Stephen Uhler
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
init
(RewriteContext hr) Called before this template processes any tags.
-
Constructor Details
-
DeCommentTemplate
public DeCommentTemplate()
-
-
Method Details
-
init
Description copied from class:Template
Called before this template processes any tags.- Specified by:
init
in interfaceTemplateInterface
- Overrides:
init
in classTemplate
-
comment
-