|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventResponse
The EventResponse interface represents the portlet
response to an event request.
It extends the StateAwareResponse interface.
The portlet container creates an EventResponse object and
passes it as argument to the portlet's processEvent method.
Method Summary | |
---|---|
void | javax.portlet.EventRequest)">setRenderParameters(EventRequest request)
Maintain the current render parameters of the request for the response. |
Methods inherited from interface javax.portlet.StateAwareResponse |
---|
getPortletMode, getRenderParameterMap, getWindowState, removePublicRenderParameter, setEvent, setEvent, javax.portlet.PortletMode)">setPortletMode, setRenderParameter, setRenderParameter, setRenderParameters, javax.portlet.WindowState)">setWindowState |
Methods inherited from interface javax.portlet.PortletResponse |
---|
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty |
Method Detail |
---|
void setRenderParameters(EventRequest request)
All previously set render parameters are cleared.
These parameters will be accessible in all subsequent render calls via the PortletRequest.getParameter call until a new request is targeted to the portlet.
The given parameters do not need to be encoded prior to calling this method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |