Class DivExtractingPageParser.TopLevelDivExtractingRule
- java.lang.Object
-
- com.opensymphony.module.sitemesh.html.BasicRule
-
- com.opensymphony.module.sitemesh.multipass.DivExtractingPageParser.TopLevelDivExtractingRule
-
- All Implemented Interfaces:
TagRule
- Enclosing class:
- DivExtractingPageParser
private static class DivExtractingPageParser.TopLevelDivExtractingRule extends BasicRule
-
-
Constructor Summary
Constructors Constructor Description TopLevelDivExtractingRule(PageBuilder page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(Tag tag)
-
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, setContext, shouldProcess
-
-
-
-
Field Detail
-
blockId
private String blockId
-
depth
private int depth
-
page
private final PageBuilder page
-
-
Constructor Detail
-
TopLevelDivExtractingRule
public TopLevelDivExtractingRule(PageBuilder page)
-
-