|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsunlabs.brazil.template.Template
public class Template
Field Summary | |
---|---|
boolean |
debug
|
Constructor Summary | |
---|---|
Template()
|
Method Summary | |
---|---|
protected void |
debug(RewriteContext hr)
Add current tag as a comment to the html |
protected void |
debug(RewriteContext hr,
java.lang.String msg)
Add a diagnostic comment to html output, if "debug" is set in the request properties. |
boolean |
done(RewriteContext hr)
Called after all tags have been processed, one final chance. |
boolean |
init(RewriteContext hr)
Called before this template processes any tags. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public transient boolean debug
Constructor Detail |
---|
public Template()
Method Detail |
---|
public boolean init(RewriteContext hr)
init
in interface TemplateInterface
public boolean done(RewriteContext hr)
done
in interface TemplateInterface
protected void debug(RewriteContext hr, java.lang.String msg)
msg
- The message to include as a commentprotected void debug(RewriteContext hr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |