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 booleanincludeEnclosingTagsprivate booleanseenOpeningTag
-
Constructor Summary
Constructors Modifier Constructor Description protectedBlockExtractingRule(boolean includeEnclosingTags)protectedBlockExtractingRule(boolean includeEnclosingTags, String acceptableTagName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CharArraycreateBuffer()protected voidend(Tag tag)voidprocess(Tag tag)protected voidstart(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)
-
-