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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BlockExtractingRule
(boolean includeEnclosingTags) protected
BlockExtractingRule
(boolean includeEnclosingTags, String acceptableTagName) -
Method Summary
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext, shouldProcess
-
Field Details
-
includeEnclosingTags
private boolean includeEnclosingTags -
seenOpeningTag
private boolean seenOpeningTag
-
-
Constructor Details
-
BlockExtractingRule
-
BlockExtractingRule
protected BlockExtractingRule(boolean includeEnclosingTags)
-
-
Method Details