|
© 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.TagExtraInfo | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTagExtraInfo | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTagExtraInfo | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.GetUserNamesForGroupExtraInfo
Sets JSP page-scoped variables as a result of the <um:getUserNamesForGroup> tag. This includes as String array containing the names of users that belong to the specified group and match the search criteria, and optionally an Integer result to signal if the search was successful.
Constructor Summary | |
GetUserNamesForGroupExtraInfo()
|
Method Summary | |
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Create an array of VariableInfo objects containing information about the variables to create. |
Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTagExtraInfo |
createResultInfo |
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo |
getTagInfo,
isValid,
setTagInfo |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public GetUserNamesForGroupExtraInfo()
Method Detail |
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |