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
The Class HeadExtractingRule.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new head extracting rule. -
Method Summary
Modifier and TypeMethodDescriptionprotected SitemeshBufferFragment.BuildercreateBuffer(SitemeshBuffer sitemeshBuffer) Creates the buffer.Methods inherited from class com.opensymphony.module.sitemesh.html.BlockExtractingRule
end, process, startMethods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
currentBuffer, getCurrentBufferContent, setContext, shouldProcess
-
Constructor Details
-
HeadExtractingRule
Instantiates a new head extracting rule.- Parameters:
head- the head
-
-
Method Details
-
createBuffer
Description copied from class:BlockExtractingRuleCreates the buffer.- Overrides:
createBufferin classBlockExtractingRule- Parameters:
sitemeshBuffer- the sitemesh buffer- Returns:
- the sitemesh buffer fragment. builder
-