|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.taglib.html.TextareaTag
com.ibm.struts.taglib.html.TextareaTag
public class TextareaTag
This class is a simple extension of the Struts textarea tag to adding the dir attribute.
| 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 |
|---|
protected java.lang.String dir
| Constructor Detail |
|---|
public TextareaTag()
| Method Detail |
|---|
public java.lang.String getDir()
public void setDir(java.lang.String value)
value - the dir attribute.
protected java.lang.String prepareStyles()
throws JspException
JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||