|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionResponseIF
PUBLIC: Interface for passing information from an action to the forward request.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Map getParameters()
String getParameter(String key)
void addParameter(String key, String value)
void setForward(String relativeUrl)
String getForward()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |