jp.terasoluna.fw.web.taglib
Class StringFormatterTeiBase
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
jp.terasoluna.fw.web.taglib.StringFormatterTeiBase
- Direct Known Subclasses:
- LeftTei, LTrimTei, RTrimTei, TrimTei
public abstract class StringFormatterTeiBase
- extends javax.servlet.jsp.tagext.TagExtraInfo
TagExtraInfo
class for StringFormatterTagBase
class.
Provides the information related to the scripting variable which is created by StringFormatterTagBase
class.
For the name, type and scope of scripting variable, refer to the documents of StringFormatterTagBase
class.
- See Also:
StringFormatterTagBase
Method Summary |
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData data)
In the custom tag, the scripting variable information which is supported by id attribute is fetched.
This custom tag is supported by subclass that inherits StringFormatterTagBase 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 |
StringFormatterTeiBase
public StringFormatterTeiBase()
getVariableInfo
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
In the custom tag, the scripting variable information which is supported by id
attribute is fetched. This custom tag is supported by
the subclass that inherits StringFormatterTagBase
class.
- Overrides:
getVariableInfo
in class javax.servlet.jsp.tagext.TagExtraInfo
- Parameters:
data
- Attribute of custom tag and the information related to its value
- Returns:
- Scripting variable information of custom tag