|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.taglib.html.PasswordTag
com.ibm.struts.taglib.html.PasswordTag
public class PasswordTag
This class is a simple extension of the Struts password tag which adds the dir attribute, representing the direction of the text.
| Field Summary | |
|---|---|
protected java.lang.String |
dir
Attribute representing the direction of the text. |
| Constructor Summary | |
|---|---|
PasswordTag()
Constructs a new instance of this tag. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDir()
Returns the dir attribute. |
protected java.lang.String |
prepareStyles()
Prepares the style attributes, including the dir attribute, for inclusion in the component's HTML tag. |
void |
setDir(java.lang.String value)
Sets 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 PasswordTag()
| 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 - if invalid attributes are specified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||