ResultTag Class

com.bea.p13n.usermgmt.profile.taglib
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

Field Summary

protected String
result
String
   
Fields from  com.bea.p13n.usermgmt.profile.taglib.ProfileManagementTag
CREATE_PROFILE_FAILED, CREATE_PROFILE_NO_SUCH_USER, CREATE_PROFILE_OK, GET_PROFILE_FAILED, GET_PROFILE_OK, NO_SUCH_PROFILE, NO_SUCH_SUCCESSOR, SET_PROPERTY_FAILED, SET_PROPERTY_OK
 
Fields from  javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 

Constructor Summary

ResultTag()

 

Method Summary

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
   
Methods from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Field Detail

result

protected String result

 

Constructor Detail

ResultTag

public ResultTag()
 

Method Detail

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