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

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

public class FramesetRule
extends BasicRule


Field Summary
private  HTMLPage page
           
 
Fields inherited from class com.opensymphony.module.sitemesh.html.BasicRule
context
 
Constructor Summary
FramesetRule(HTMLPage page)
           
 
Method Summary
 void process(Tag tag)
           
 boolean shouldProcess(String name)
           
 
Methods inherited from class com.opensymphony.module.sitemesh.html.BasicRule
setContext
 
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
Constructor Detail

FramesetRule

public FramesetRule(HTMLPage page)
Method Detail

process

public void process(Tag tag)
Specified by:
process in interface TagRule
Specified by:
process in class BasicRule

shouldProcess

public boolean shouldProcess(String name)
Specified by:
shouldProcess in interface TagRule
Overrides:
shouldProcess in class BasicRule

www.opensymphony.com/sitemesh/