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
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
includeEnclosingTags
private boolean
seenOpeningTag
-
Constructor Summary
Constructors Modifier Constructor Description protected
BlockExtractingRule(boolean includeEnclosingTags)
protected
BlockExtractingRule(boolean includeEnclosingTags, String acceptableTagName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CharArray
createBuffer()
protected void
end(Tag tag)
void
process(Tag tag)
protected void
start(Tag tag)
-
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext, shouldProcess
-
-
-
-
Constructor Detail
-
BlockExtractingRule
protected BlockExtractingRule(boolean includeEnclosingTags, String acceptableTagName)
-
BlockExtractingRule
protected BlockExtractingRule(boolean includeEnclosingTags)
-
-