|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluggableActionRequest
input data passed to
PluggableAction.processAction(PluggableActionRequest, PluggableActionResponse)
. the data may
be modified by the action - and the modified data passed to a following
action
Method Summary | |
---|---|
Object |
getParameter(String key)
get the value of the parameter identified by key |
Set |
getParameterNames()
get the set of parameter keys |
javax.portlet.PortletRequest |
getPortletRequest()
get the originating portlet request |
boolean |
isConsistent()
check whether the input data is consistent (whether all required parameters are set) |
boolean |
isParameterRequired(String key)
check whether the parameter with given key is required |
boolean |
isParameterSet(String key)
check whether the parameter identified by key is set |
void |
setParameter(String key,
Object value)
set the parameter to the given value |
void |
unsetParameter(String key)
unset the parameter (set it to null) |
Method Detail |
---|
Object getParameter(String key)
key
- key of the parameter
boolean isParameterSet(String key)
key
- key of the parameter
boolean isParameterRequired(String key)
key
- key of the parameter
Set getParameterNames()
void setParameter(String key, Object value)
key
- key of the parametervalue
- new value of the parameter, null unsets the parametervoid unsetParameter(String key)
key
- key of the parameterboolean isConsistent()
javax.portlet.PortletRequest getPortletRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |