public interface ActionResponseIF
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String key,
String value)
PUBLIC: Sets a parameter value in the forward request.
|
String |
getForward()
PUBLIC: Returns the forward URL.
|
String |
getParameter(String key)
PUBLIC: Gets the value of the named request parameter.
|
Map |
getParameters()
PUBLIC: Gets the parameter map which contains (key, value) pairs
of String objects representing request parameters that should be
included in the forward request.
|
void |
setForward(String relativeUrl)
PUBLIC: Tells the editor framework which page to go to after form
processing is complete.
|
Map getParameters()
String getParameter(String key)
void addParameter(String key, String value)
void setForward(String relativeUrl)
String getForward()