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

java.lang.Object
  extended bycom.opensymphony.module.sitemesh.html.BasicRule
      extended bycom.opensymphony.module.sitemesh.html.BlockExtractingRule
          extended bycom.opensymphony.module.sitemesh.parser.rules.TitleExtractingRule
All Implemented Interfaces:
TagRule

public class TitleExtractingRule
extends BlockExtractingRule


Field Summary
private  HTMLPage page
           
private  boolean seenTitle
           
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BlockExtractingRule
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule
context
 
Constructor Summary
TitleExtractingRule(HTMLPage 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
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 HTMLPage page

seenTitle

private boolean seenTitle
Constructor Detail

TitleExtractingRule

public TitleExtractingRule(HTMLPage page)
Method Detail

end

protected void end(Tag tag)
Overrides:
end in class BlockExtractingRule

www.opensymphony.com/sitemesh/