jp.terasoluna.fw.web.taglib
Class StringFormatterTeiBase

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

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

Constructor Detail

StringFormatterTeiBase

public StringFormatterTeiBase()
Method Detail

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