com.raritantechnologies.searchApp.taglibrary
Class GetUserInfoTag
java.lang.Object
BodyTagSupport
com.raritantechnologies.searchApp.taglibrary.GetUserInfoTag
- public class GetUserInfoTag
- extends BodyTagSupport
This is a convenience tag class for getting user info to the screen.
call it with a tag something like:
<results:UserInfo paramId="[UserName/Password/UserLevel,UserCredential,PasswordCredential]"/>
where the results:UserInfo refers to a tag described in DisplayForm.tld.
Passing paramId="USER_INFO" will dump all the user info with password.
UserLogin also has an Attributes HashMap, passing in any value other
than the above tries to use it as a key for a value in the Attributes.
Developed by
Raritan Technologies Inc..
- Author:
- Alan Connell
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetUserInfoTag
public GetUserInfoTag()
setParamId
public void setParamId(java.lang.String paramId)
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException