jp.terasoluna.fw.web.taglib
Class DecimalTei
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
jp.terasoluna.fw.web.taglib.DecimalTei
public class DecimalTei
- extends javax.servlet.jsp.tagext.TagExtraInfo
TagExtraInfo
class for decimal
tag.
Provides the information related to the scripting variable which is created by DecimalTag
class.
For the name, type and scope of scripting variable, refer to the documents of
DecimalTag
class.
- See Also:
DecimalTag
Method Summary |
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Fetches the information related to the scripting variable which is supported by the id attribute.
This id attribute is created by custom tag which is supported by DecimalTag class.
|
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 |
DecimalTei
public DecimalTei()
getVariableInfo
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Fetches the information related to the scripting variable which is supported by the id
attribute.
This id attribute is created by custom tag which is supported by DecimalTag
class.
- Overrides:
getVariableInfo
in class javax.servlet.jsp.tagext.TagExtraInfo
- Parameters:
data
- Information related to attribute of custom tag and its values
- Returns:
- Scripting variable information of custom tag