se.kmr.scam.client.http.command
Class RemoveProperty
java.lang.Object
se.kmr.scam.client.http.command.RemoveProperty
- All Implemented Interfaces:
- Command
- public class RemoveProperty
- extends Object
- implements Command
Removes a property instance from current SHAME instance.
- Version:
- $Revision: 1.5 $
- Author:
- Jöran
- Created:
- den 4 september 2002
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveProperty
public RemoveProperty()
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Execute the defined task
- Specified by:
execute
in interface Command
- Parameters:
request
- Current resquest objectresponse
- Current response object
- Returns:
- Returns an CommandResponse object.
- Throws:
HttpException
- thrown in case of exception in execution of task
init
public void init(Map args)
- Initialize the task with a set of arguments
- Specified by:
init
in interface Command
- Parameters:
args
- arguments
Copyright © 2003 SCAM. All Rights Reserved.