org.apache.pluto.internal
Interface InternalActionResponse

All Superinterfaces:
ActionResponse, InternalPortletResponse, PortletResponse, StateAwareResponse
All Known Implementing Classes:
ActionResponseImpl

public interface InternalActionResponse
extends InternalPortletResponse, ActionResponse

The internal action response interface extends the internal portlet response interface and provides some action-specific methods.


Method Summary
 java.lang.String encodeRedirectURL(java.lang.String url)
           
 PortletMode getChangedPortletMode()
          Retrieve the portlet mode.
 WindowState getChangedWindowState()
          Retrieve the window state.
 java.lang.String getRedirectLocation()
          Retreive the location for which the action should be redirected.
 java.util.Map getRenderParameters()
          Retrieves the render parameters associated with this response.
 
Methods inherited from interface org.apache.pluto.internal.InternalPortletResponse
getInternalPortletWindow, isForwarded, isIncluded, setForwarded, setIncluded
 
Methods inherited from interface javax.portlet.ActionResponse
sendRedirect, sendRedirect
 
Methods inherited from interface javax.portlet.StateAwareResponse
getPortletMode, getRenderParameterMap, getWindowState, removePublicRenderParameter, setEvent, setEvent, setPortletMode, setRenderParameter, setRenderParameter, setRenderParameters, setWindowState
 

Method Detail

getRenderParameters

java.util.Map getRenderParameters()
Retrieves the render parameters associated with this response.

Returns:
map of all render parameters associated with this request.

getChangedPortletMode

PortletMode getChangedPortletMode()
Retrieve the portlet mode.

Returns:
the changed portlet mode.

getChangedWindowState

WindowState getChangedWindowState()
Retrieve the window state.

Returns:
the changed window state.

getRedirectLocation

java.lang.String getRedirectLocation()
Retreive the location for which the action should be redirected.

Returns:
the redirect location.

encodeRedirectURL

java.lang.String encodeRedirectURL(java.lang.String url)


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.