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

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.TitleExtractingRule
All Implemented Interfaces:
TagRule

public class TitleExtractingRule
extends BlockExtractingRule


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

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 class BlockExtractingRule

www.opensymphony.com/sitemesh/