se.kmr.scam.client.http.command
Class RemoveProperty

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

Constructor Summary
RemoveProperty()
           
 
Method Summary
 CommandResponse execute(HttpServletRequest request, HttpServletResponse response)
          Execute the defined task
 void init(Map args)
          Initialize the task with a set of arguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveProperty

public RemoveProperty()
Method Detail

execute

public CommandResponse execute(HttpServletRequest request,
                               HttpServletResponse response)
                        throws HttpException
Execute the defined task

Specified by:
execute in interface Command
Parameters:
request - Current resquest object
response - 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.