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