jp.terasoluna.fw.web.taglib
Class DateFormatterTeiBase

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by 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

Constructor Summary
DateFormatterTeiBase()
           
 
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
 

Constructor Detail

DateFormatterTeiBase

public DateFormatterTeiBase()
Method Detail

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