com.raritantechnologies.searchApp.taglibrary
Class UserRoleManagerTag

java.lang.Object
  extended byBodyTagSupport
      extended bycom.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

Constructor Summary
UserRoleManagerTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getUserRole()
           
 void setDefaultRole(java.lang.String defaultRole)
           
 void setUserRole()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleManagerTag

public UserRoleManagerTag()
Method Detail

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