Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sitemesh.taglib.decorator
Class UsePageTEI  view UsePageTEI download UsePageTEI.java

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

public class UsePageTEI
extends javax.servlet.jsp.tagext.TagExtraInfo

TagExtraInfo implementation to expose Page object as variable.

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
 
Constructor Summary
UsePageTEI()
           
 
Method Summary
protected  java.lang.String getType()
           
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          information on scripting variables defined by the tag associated with this TagExtraInfo instance.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
 
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 java.lang.String getType()

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Description copied from class: javax.servlet.jsp.tagext.TagExtraInfo
information on scripting variables defined by the tag associated with this TagExtraInfo instance. Request-time attributes are indicated as such in the TagData parameter.