public class ExpContentTemplate extends ContentTemplate
ContentTemplate.
Request properties:
| Constructor and Description |
|---|
ExpContentTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
done(RewriteContext hr)
Run the content through a regexp to do further extraction.
|
boolean |
init(RewriteContext hr)
Called before this template processes any tags.
|
tag_body, tag_content, tag_link, tag_meta, tag_script, tag_slash_body, tag_slash_content, tag_slash_head, tag_slash_title, tag_style, tag_titlepublic boolean init(RewriteContext hr)
Templateinit in interface TemplateInterfaceinit in class ContentTemplatepublic boolean done(RewriteContext hr)
done in interface TemplateInterfacedone in class ContentTemplate