net.sf.scmwebgui.actions
Class DeleteUser

java.lang.Object
  extended by net.sf.scmwebgui.actions.DeleteUser
All Implemented Interfaces:
IActionHandler

public class DeleteUser
extends java.lang.Object
implements IActionHandler

This IActionHandler removes a User in the Project. The handler is called with these parameters:


Constructor Summary
DeleteUser()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getLogin()
           
 void setLogin(java.lang.String login)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteUser

public DeleteUser()
Method Detail

execute

public void execute(RequestContext ctx,
                    javax.servlet.http.HttpServletRequest request)
Description copied from interface: IActionHandler
Execute the actions in the IActionHandler

Specified by:
execute in interface IActionHandler
request - Servlet Request with parameters as attributes.

getLogin

public java.lang.String getLogin()
Returns:
Returns the login.

setLogin

public void setLogin(java.lang.String login)
Parameters:
login - The login to set.


Copyright null null. All Rights Reserved.