|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag
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.
Field Summary | |
protected java.lang.String |
result
|
Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
GROUP_MGR_REF,
USER_MGR_REF |
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.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
getGroupManager,
getUserManager |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
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 |
protected java.lang.String result
Constructor Detail |
public ResultTag()
Method Detail |
public void release()
public java.lang.String getResult()
public void setResult(java.lang.String s)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |