jp.terasoluna.fw.web.taglib
Class JDateTei

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by jp.terasoluna.fw.web.taglib.DateFormatterTeiBase
          extended by jp.terasoluna.fw.web.taglib.JDateTei

public class JDateTei
extends DateFormatterTeiBase

TagExtraInfo class for jdate tag.

Provides the information related to the scripting variable which is created by JDateTag class.

For the name, type and scope of scripting variable, refer to the documents of JDateTag class and DateFormatterTagBase class.

See Also:
JDateTag, DateFormatterTagBase, DateFormatterTeiBase

Constructor Summary
JDateTei()
           
 
Method Summary
 
Methods inherited from class jp.terasoluna.fw.web.taglib.DateFormatterTeiBase
getVariableInfo
 
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

JDateTei

public JDateTei()