com.ibm.struts.taglib.html
Class TextareaTag

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

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

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

Since:
5.1

Field Summary
protected  java.lang.String dir
          dir attribute
 
Constructor Summary
TextareaTag()
          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

TextareaTag

public TextareaTag()
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