se.kmr.scam.client.http.command
Class GetManifestURI
java.lang.Object
se.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetManifestURI
public GetManifestURI()
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Execute the command
- Specified by:
execute
in interface Command
- Parameters:
request
- the request objectresponse
- 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.