com.opensymphony.module.sitemesh.parser.rules
Class ContentBlockExtractingRule
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.BlockExtractingRule
com.opensymphony.module.sitemesh.parser.rules.ContentBlockExtractingRule
- All Implemented Interfaces:
- TagRule
- public class ContentBlockExtractingRule
- extends BlockExtractingRule
| Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule |
context |
|
Method Summary |
protected void |
end(Tag tag)
|
protected void |
start(Tag tag)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
page
private final HTMLPage page
contentBlockId
private String contentBlockId
ContentBlockExtractingRule
public ContentBlockExtractingRule(HTMLPage page)
start
protected void start(Tag tag)
- Overrides:
start in class BlockExtractingRule
end
protected void end(Tag tag)
- Overrides:
end in class BlockExtractingRule