|
||||||||||
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(java.lang.String key,
java.lang.String value)
PUBLIC: Sets a parameter value in the forward request. |
java.lang.String |
getForward()
PUBLIC: Returns the forward URL. |
java.lang.String |
getParameter(java.lang.String key)
PUBLIC: Gets the value of the named request parameter. |
java.util.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(java.lang.String relativeUrl)
PUBLIC: Tells the editor framework which page to go to after form processing is complete. |
Method Detail |
---|
java.util.Map getParameters()
java.lang.String getParameter(java.lang.String key)
void addParameter(java.lang.String key, java.lang.String value)
void setForward(java.lang.String relativeUrl)
java.lang.String getForward()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |