Class ContentBlockExtractingRule
- java.lang.Object
-
- com.opensymphony.module.sitemesh.html.BasicRule
-
- com.opensymphony.module.sitemesh.html.BlockExtractingRule
-
- com.opensymphony.module.sitemesh.html.rules.ContentBlockExtractingRule
-
- All Implemented Interfaces:
TagRule
public class ContentBlockExtractingRule extends BlockExtractingRule
-
-
Field Summary
Fields Modifier and Type Field Description private String
contentBlockId
private PageBuilder
page
-
Constructor Summary
Constructors Constructor Description ContentBlockExtractingRule(PageBuilder page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
end(Tag tag)
protected void
start(Tag tag)
-
Methods inherited from class com.opensymphony.module.sitemesh.html.BlockExtractingRule
createBuffer, process
-
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext, shouldProcess
-
-
-
-
Field Detail
-
page
private final PageBuilder page
-
contentBlockId
private String contentBlockId
-
-
Constructor Detail
-
ContentBlockExtractingRule
public ContentBlockExtractingRule(PageBuilder page)
-
-
Method Detail
-
start
protected void start(Tag tag)
- Overrides:
start
in classBlockExtractingRule
-
end
protected void end(Tag tag)
- Overrides:
end
in classBlockExtractingRule
-
-