se.portfolio.scam.http.command
Class ProcessAcl
java.lang.Object
se.portfolio.scam.http.command.ProcessAcl
- All Implemented Interfaces:
- Command
- public class ProcessAcl
- extends Object
- implements Command
- Version:
- $Revision: 1.3 $
- Author:
- Jöran
- Created:
- den 8 juli 2003
- To do:
- Documentation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessAcl
public ProcessAcl()
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Description copied from interface:
Command
- Execute the command.
- Specified by:
execute
in interface Command
- Parameters:
request
- holds information from the client.response
- holds response information sent to the client.
- Returns:
- Returns an CommandResponse object.
- Throws:
HttpException
- thrown in case of an exception during execution
of the command.- To do:
- Documentation
init
public void init(Map map)
- Description copied from interface:
Command
- Initialize the command with arguments.
- Specified by:
init
in interface Command
- Parameters:
map
- command arguments.
Copyright © 2003 SCAM. All Rights Reserved.