Class PropertyTei


  • public class PropertyTei
    extends TagExtraInfo
    Used to declare the property value as a JSP scripting variable
    Author:
    jferrer
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyTei()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VariableInfo[] getVariableInfo​(TagData data)
      Return information about the scripting variables to be created.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyTei

        public PropertyTei()
    • Method Detail

      • getVariableInfo

        public VariableInfo[] getVariableInfo​(TagData data)
        Return information about the scripting variables to be created.