Package ubic.gemma.web.taglib
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 -
Method Summary
Modifier and TypeMethodDescriptionjavax.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
-
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 classjavax.servlet.jsp.tagext.TagExtraInfo
-