Class ConstantsTei

java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
ubic.gemma.web.taglib.ConstantsTei

public class ConstantsTei extends javax.servlet.jsp.tagext.TagExtraInfo
Implementation of TagExtraInfo for the constants tag, identifying the scripting object(s) to be made visible.
Author:
Matt Raible
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.jsp.tagext.VariableInfo[]
    getVariableInfo(javax.servlet.jsp.tagext.TagData data)
    Return information about the scripting variables to be created.

    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

    • ConstantsTei

      public ConstantsTei()
  • Method Details

    • getVariableInfo

      public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
      Return information about the scripting variables to be created.
      Overrides:
      getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo