se.kmr.scam.client.http.command
Class Remove
java.lang.Object
se.kmr.scam.client.http.command.Remove
- All Implemented Interfaces:
- Command
- public class Remove
- extends Object
- implements Command
remove a Model from repository.
Parameters:
Arguments:
"uri" -> java.lang.String
- Component(s) to remove.
Result:
- Version:
- $Revision: 1.15 $
- Author:
- jand
- Created:
- den 23 augusti 2002
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Remove
public Remove()
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Execute this command
- Specified by:
execute
in interface Command
- Parameters:
request
- Current request objectresponse
- Current response object
- Returns:
- Description of the Return Value
- Throws:
HttpException
- Thrown in case of exception executing this
command
init
public void init(Map args)
- Initialize this object with parameters from a
Map
object
- Specified by:
init
in interface Command
- Parameters:
args
- Use these arguemnts as parameters.
Copyright © 2003 SCAM. All Rights Reserved.