public interface PluggableActionRequest
PluggableAction.processAction(PluggableActionRequest, PluggableActionResponse)
. the data may
be modified by the action - and the modified data passed to a following
actionModifier and Type | Method and Description |
---|---|
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)
|
Object getParameter(String key)
key
- key of the parameterboolean isParameterSet(String key)
key
- key of the parameterboolean isParameterRequired(String key)
key
- key of the parameterSet 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()
Copyright © 2017 Gentics Software. All Rights Reserved.