com.ibm.struts.taglib.html
Class TextTag

java.lang.Object
  extended by org.apache.struts.taglib.html.TextTag
      extended by com.ibm.struts.taglib.html.TextTag

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

Field Summary
protected  java.lang.String dir
          dir attribute
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 JspException
This verion of prepareStyles supports the dir attribute

Throws:
JspException