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

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

public class GetParentURI
extends Object
implements Command

Get the parent URI of an IMS Item. If none is found, the uri passed in will be returned.
Parameters:

Arguments:
"uri" -> java.lang.String - Item.

Result:
"uri" -> java.lang.String - Parent Item or Item if not exists.

Version:
$Revision: 1.9 $
Author:
jand
Created:
den 23 augusti 2002

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

Constructor Detail

GetParentURI

public GetParentURI()
Method Detail

execute

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

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