sunlabs.brazil.template
public class ContentTemplate extends Template
Version: %V% 2.2
Method Summary | |
---|---|
boolean | done(RewriteContext hr)
Extract useful properties out of the http mime headers. |
boolean | init(RewriteContext hr) |
void | tag_body(RewriteContext hr)
Grab the "body" attributes, and toss all output to this point. |
void | tag_content(RewriteContext hr)
toss everything up to and including here, but turn on
content accumulation. |
void | tag_link(RewriteContext hr)
Extract data out of link tags into the properties.
|
void | tag_meta(RewriteContext hr)
Extract data out of meta tags into the properties.
|
void | tag_script(RewriteContext hr)
Append all "script" code while in the head section.
|
void | tag_slash_body(RewriteContext hr)
If no content tags are present, use the entire "body" instead. |
void | tag_slash_content(RewriteContext hr)
Save the content gathered so far, and turn off content accumulation. |
void | tag_slash_head(RewriteContext hr)
Mark end of head section. |
void | tag_slash_title(RewriteContext hr)
Gather up the title - no tags allowed between title .... |
void | tag_style(RewriteContext hr)
Append all "style" code while in the head section. |
void | tag_title(RewriteContext hr)
Toss everything up to and including this entity. |