com.opensymphony.module.sitemesh.html
Class BlockExtractingRule
java.lang.Object
com.opensymphony.module.sitemesh.html.BasicRule
com.opensymphony.module.sitemesh.html.BlockExtractingRule
- All Implemented Interfaces:
- TagRule
- Direct Known Subclasses:
- ContentBlockExtractingRule, HeadExtractingRule, MSOfficeDocumentPropertiesRule, TitleExtractingRule
public abstract class BlockExtractingRule
- extends BasicRule
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule |
context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
includeEnclosingTags
private boolean includeEnclosingTags
seenOpeningTag
private boolean seenOpeningTag
BlockExtractingRule
protected BlockExtractingRule(boolean includeEnclosingTags,
String acceptableTagName)
BlockExtractingRule
protected BlockExtractingRule(boolean includeEnclosingTags)
process
public void process(Tag tag)
- Specified by:
process
in interface TagRule
- Specified by:
process
in class BasicRule
start
protected void start(Tag tag)
end
protected void end(Tag tag)
createBuffer
protected CharArray createBuffer()