|
© 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.GetUserNamesTag
Corresponds to <um:getUsernames>
.
The <um:getUsernames>
tag retrieves a String array
that contains the usernames matching the provided search expression.
The search expression supports only the asterisk (*) wildcard character,
and is case insensitive. As many asterisks as desired may be used in
the search expression. The tag has no enclosed body.
The limit parameter will control how many results are returned; if the number of results returned equals the limit passed in, try refining the search.
Tag Attribute |
Required |
Type |
Description |
searchExp |
no |
String |
The search expression to apply to the user name search. Example: " |
userLimit |
no |
String (representing an Integer) |
The maximum number of users to be returned from the search.
(String which has a particular Example: " |
id |
yes |
String |
A variable name to which the resultant user names are assigned. Example: "myUsers" |
result |
no |
String |
A variable name to which a constant describing the outcome of the operation will be assigned that can later be evaluated to see if the operation was successful. Possible Values:
Error encountered: Example: " |
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 | |
GetUserNamesTag()
|
Method Summary | |
int |
doStartTag()
Go through the UserManager session bean to run the user search. |
java.lang.String |
getResult()
Get the name of the variable to assign the result to |
java.lang.String |
getSearchExp()
Get the search expression |
int |
getUserLimit()
Get the limit of the result-set size |
void |
release()
Reset the tag's attributes |
void |
setResult(java.lang.String result)
Set the name of the variable to assign the result to |
void |
setSearchExp(java.lang.String searchExp)
Set the search expression |
void |
setUserLimit(int userLimit)
Set the limit of the result-set size |
void |
setUserLimit(java.lang.String userLimit)
Set the limit of the result-set size |
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,
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 |
Constructor Detail |
public GetUserNamesTag()
Method Detail |
public void release()
public int doStartTag()
public int getUserLimit()
public void setUserLimit(java.lang.String userLimit)
public void setUserLimit(int userLimit)
public java.lang.String getSearchExp()
public void setSearchExp(java.lang.String searchExp)
public java.lang.String getResult()
public void setResult(java.lang.String result)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |