|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.taglib.IfParameterNotEqualsTag
Conditionally include the body of this tag if the specified parameter does not match the specified value.
Field Summary | |
protected java.lang.String |
name
The name of the parameter being compared. |
protected java.lang.String |
value
The value to compare this parameter to. |
Constructor Summary | |
IfParameterNotEqualsTag()
|
Method Summary | |
int |
doStartTag()
Compare the specified parameter to the specified value, and decide whether or not to include the body content. |
java.lang.String |
getName()
Return the parameter name. |
java.lang.String |
getValue()
Return the comparison value. |
void |
release()
Release any acquired resources. |
void |
setName(java.lang.String name)
Set the parameter name. |
void |
setValue(java.lang.String value)
Set the comparison value. |
Field Detail |
protected java.lang.String name
protected java.lang.String value
Constructor Detail |
public IfParameterNotEqualsTag()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new parameter namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The new comparison valuepublic int doStartTag() throws javax.servlet.jsp.JspException
JspException
- if a JSP exception has occurredpublic void release()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |