jp.terasoluna.fw.web.taglib
Class DateFormatterTeiBase
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
jp.terasoluna.fw.web.taglib.DateFormatterTeiBase
- Direct Known Subclasses:
- DateTei, JDateTei
public abstract class DateFormatterTeiBase
- extends javax.servlet.jsp.tagext.TagExtraInfo
TagExtraInfo
class for DateFormatter
tag.
Provides the information related to the scripting variable which is created by DateFormatterTagBase
class.
For the name, type and scope of scripting variable , refer to the documents of
DateFormatterTagBase
class.
- See Also:
DateFormatterTagBase
Method Summary |
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Fetches the scripting variable information related to the id attribute in the custom tag. This custom tag is supported by the subclass that inherits DateFormatterTagBase 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 |
DateFormatterTeiBase
public DateFormatterTeiBase()
getVariableInfo
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Fetches the scripting variable information related to the id
attribute in the custom tag. This custom tag
is supported by the subclass that inherits DateFormatterTagBase
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