org.apache.taglibs.application
Class AttributesTEI

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--org.apache.taglibs.application.AttributesTEI

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

TagExtraInfo for attributes tag, allows use of standard JSP 1.2 <jsp:getProperty/> with the attributes tag script variable id.

Author:
Morgan Delagrange
See Also:
AttributesTag

Constructor Summary
AttributesTEI()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.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

AttributesTEI

public AttributesTEI()
Method Detail

getVariableInfo

public final javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.