com.opensymphony.module.sitemesh.taglib.decorator
Class UsePageTEI

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended bycom.opensymphony.module.sitemesh.taglib.decorator.UsePageTEI
Direct Known Subclasses:
UseHTMLPageTEI

public class UsePageTEI
extends TagExtraInfo

TagExtraInfo implementation to expose Page object as variable.

Version:
$Revision: 1.1 $
Author:
Joe Walnes
See Also:
UsePageTag, UseHTMLPageTEI

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
 
Constructor Summary
UsePageTEI()
           
 
Method Summary
protected  String getType()
           
 VariableInfo[] getVariableInfo(TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsePageTEI

public UsePageTEI()
Method Detail

getType

protected String getType()

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)

www.opensymphony.com/sitemesh/