Class UseAttributeTag.Tei

java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
Enclosing class:
UseAttributeTag

public static class UseAttributeTag.Tei extends javax.servlet.jsp.tagext.TagExtraInfo
Implementation of TagExtraInfo which identifies the scripting object(s) to be made visible.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Tei()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.jsp.tagext.VariableInfo[]
    getVariableInfo(javax.servlet.jsp.tagext.TagData data)

    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 Details

    • Tei

      public Tei()
  • Method Details

    • getVariableInfo

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