com.opensymphony.module.sitemesh.html.rules
Class HeadExtractingRule

java.lang.Object
  extended by com.opensymphony.module.sitemesh.html.BasicRule
      extended by com.opensymphony.module.sitemesh.html.BlockExtractingRule
          extended by com.opensymphony.module.sitemesh.html.rules.HeadExtractingRule
All Implemented Interfaces:
TagRule

public class HeadExtractingRule
extends BlockExtractingRule


Field Summary
private  CharArray head
           
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule
context
 
Constructor Summary
HeadExtractingRule(CharArray head)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

private final CharArray head
Constructor Detail

HeadExtractingRule

public HeadExtractingRule(CharArray head)
Method Detail

createBuffer

protected CharArray createBuffer()
Overrides:
createBuffer in class BlockExtractingRule

www.opensymphony.com/sitemesh/