ResultTag Class
- public abstract class ResultTag
extends ProfileManagementTag
Base class for tags that can take the name of a variable
to assign a result to. Note that this result is normally
a status result, to signify success, failure, or a reason
for failure; not the result itself of an operation.
-
Hierarchy
-
Object
TagSupport
ProfileManagementTag
ResultTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
-
Direct Known Subclasses
-
CreateProfileTag
, GetProfileTag
public String |
-
getResult ()
- Get the name of the variable to assign the result to
|
public void |
-
release ()
- Reset the tag's attributes
|
public void |
-
setResult (String s)
- Set the name of the variable to assign the result to
|
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected String
result
ResultTag
public ResultTag()
getResult() Method
public String
getResult()
Get the name of the variable to assign the result to
release() Method
public void release()
Reset the tag's attributes
-
Overrides
-
ProfileManagementTag.release()
setResult(String) Method
public void setResult(String
s)
Set the name of the variable to assign the result to