BEA Systems, Inc.

com.beasys.commerce.user.jsp.tags
Class ResultTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.user.jsp.tags.UserManagerTag
              |
              +--com.beasys.commerce.user.jsp.tags.ResultTag
Direct Known Subclasses:
AddGroupToGroupTag, AddUserToGroupTag, ChangeGroupNameTag, CreateGroupTag, CreateUserTag, GetProfileTag, LoginTag, RemoveGroupFromGroupTag, RemoveGroupTag, RemoveUserFromGroupTag, RemoveUserTag, SetPasswordTag

public abstract class ResultTag
extends UserManagerTag

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.

See Also:
Serialized Form

Field Summary
protected  java.lang.String result
           
 
Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
printStackTraces, verbose
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
ResultTag()
           
 
Method Summary
 java.lang.String getResult()
          Get the name of the variable to assign the result to
 void release()
          Reset the tag's attributes
 void setResult(java.lang.String s)
          Set the name of the variable to assign the result to
 
Methods inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
getUserManager
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

protected java.lang.String result
Constructor Detail

ResultTag

public ResultTag()
Method Detail

release

public void release()
Reset the tag's attributes
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

getResult

public java.lang.String getResult()
Get the name of the variable to assign the result to

setResult

public void setResult(java.lang.String s)
Set the name of the variable to assign the result to

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved