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