se.kmr.scam.client.http.command
Class CreateAbstractView
java.lang.Object
se.kmr.scam.client.http.command.CreateAbstractView
- All Implemented Interfaces:
- Command
- public class CreateAbstractView
- extends Object
- implements Command
Creates an abstract view of an model. Parameters are initialized through the
method init(java.util.Map)
. Arguments are run-time attributes.
Parameters:
"QueryModelUri" -> java.lang.String
- Identifies the query-model URI
"FormModelUri" -> java.lang.String
- Identifies the form-model URI
"jsp" -> java.lang.String
- Relativ path to the JSP
Arguments:
ModelBean.NAME -> se.kmr.scam.client.http.helper.ModelBean
- Identifies the object containing the value
model
Result:
"map" -> se.kmr.scam.editor.FieldMap
- Identifies the abstract view object
- Version:
- $Revision: 1.9 $
- Author:
- jorans, jand
- Created:
- den 16 maj 2002
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateAbstractView
public CreateAbstractView()
init
public void init(Map parml)
- Description of the Method
- Specified by:
init
in interface Command
- Parameters:
parml
- Description of the Parameter
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Description of the Method
- Specified by:
execute
in interface Command
- Parameters:
request
- Description of the Parameterresponse
- Description of the Parameter
- Returns:
- Returns an CommandResponse object.
- Throws:
HttpException
- Description of the Exception
Copyright © 2003 SCAM. All Rights Reserved.