com.gisgraphy.webapp.taglib
Class ConstantsTei
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
com.gisgraphy.webapp.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
Method Summary |
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 |
ConstantsTei
public ConstantsTei()
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
- Parameters:
data
- the input data
- Returns:
- VariableInfo array of variable information
Copyright © 2012. All Rights Reserved.