com.raritantechnologies.searchApp.taglibrary
Class UserRoleManagerTag
java.lang.Object
BodyTagSupport
com.raritantechnologies.searchApp.taglibrary.UserRoleManagerTag
- public class UserRoleManagerTag
- extends BodyTagSupport
Custom Tag that manages User Role changes.
TODO
Change this so a seperate class handles the actual getting/setting of the roles
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRoleManagerTag
public UserRoleManagerTag()
setDefaultRole
public void setDefaultRole(java.lang.String defaultRole)
getUserRole
public java.lang.String getUserRole()
setUserRole
public void setUserRole()
doStartTag
public int doStartTag()
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException