Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.struts.taglib.html
Class TextTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.struts.taglib.html.BaseHandlerTag
              extended byorg.apache.struts.taglib.html.BaseInputTag
                  extended byorg.apache.struts.taglib.html.BaseFieldTag
                      extended byorg.apache.struts.taglib.html.TextTag
                          extended bycom.ibm.struts.taglib.html.TextTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class TextTag
extends org.apache.struts.taglib.html.TextTag

This class is a simple extension of the Struts text tag to adding the dir attribute.

Since:
5.1
See Also:
Serialized Form

Field Summary
protected  java.lang.String dir
          dir attribute
 

Fields inherited from class org.apache.struts.taglib.html.BaseFieldTag
accept, name, redisplay, type
 

Fields inherited from class org.apache.struts.taglib.html.BaseInputTag
cols, maxlength, messages, property, rows, value
 

Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag
accesskey, defaultLocale, indexed, tabindex
 

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 

Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 

Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 

Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 

Constructor Summary
TextTag()
          Construct a new instance of this tag.
 

Method Summary
 java.lang.String getDir()
          Returns the dir attribute
protected  java.lang.String prepareStyles()
          This verion of prepareStyles supports the dir attribute
 void setDir(java.lang.String value)
          Set the dir value
 

Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag
doStartTag, getAccept, getName, getRedisplay, release, setAccept, setName, setRedisplay
 

Methods inherited from class org.apache.struts.taglib.html.BaseInputTag
doEndTag, getCols, getMaxlength, getProperty, getRows, getSize, getValue, setCols, setMaxlength, setProperty, setRows, setSize, setValue
 

Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getIndexed, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 

Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 

Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

dir

protected java.lang.String dir
dir attribute

Constructor Detail

TextTag

public TextTag()
Construct a new instance of this tag.

Method Detail

getDir

public java.lang.String getDir()
Returns the dir attribute

Returns:
the dir attribute value

setDir

public void setDir(java.lang.String value)
Set the dir value

Parameters:
value - the dir attribute.

prepareStyles

protected java.lang.String prepareStyles()
                                  throws javax.servlet.jsp.JspException
This verion of prepareStyles supports the dir attribute

Throws:
javax.servlet.jsp.JspException

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.