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

java.lang.Object
  extended byse.kmr.scam.client.http.command.GetManifestURI
All Implemented Interfaces:
Command

public class GetManifestURI
extends Object
implements Command

Get the URI of a certain Manifest-component.
Parameters:

Arguments:

Result:
"uri" -> java.lang.String - Home URI

Version:
$Revision: 1.5 $
Author:
jand
Created:
den 6 november 2002

Constructor Summary
GetManifestURI()
           
 
Method Summary
 CommandResponse execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command
 void init(Map args)
          Initilize this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetManifestURI

public GetManifestURI()
Method Detail

execute

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

Specified by:
execute in interface Command
Parameters:
request - the request object
response - the response object
Returns:
Returns an CommandResponse object.
Throws:
HttpException - thrown in case of an exception during execution of the command.

init

public void init(Map args)
Initilize this object.

Specified by:
init in interface Command
Parameters:
args - Initialize with theese values.


Copyright © 2003 SCAM. All Rights Reserved.