jp.terasoluna.fw.web.taglib
Class RTrimTei

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

public class RTrimTei
extends StringFormatterTeiBase

TagExtraInfo class for rtrim tag.

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

For the name, type and scope of scripting variable, refer to the documents of RTrimTag class and StringFormatterTagBase class.

See Also:
RTrimTag, StringFormatterTagBase, StringFormatterTeiBase

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

RTrimTei

public RTrimTei()