org.apache.pluto.core
Interface InternalActionResponse

All Superinterfaces:
InternalPortletResponse
All Known Implementing Classes:
ActionResponseImpl

public interface InternalActionResponse
extends InternalPortletResponse


Method Summary
 javax.portlet.PortletMode getChangedPortletMode()
           
 javax.portlet.WindowState getChangedWindowState()
           
 java.lang.String getRedirectLocation()
           
 java.util.Map getRenderParameters()
           
 
Methods inherited from interface org.apache.pluto.core.InternalPortletResponse
getInternalPortletWindow, isIncluded, lateInit, setIncluded
 

Method Detail

getRenderParameters

java.util.Map getRenderParameters()

getChangedPortletMode

javax.portlet.PortletMode getChangedPortletMode()

getChangedWindowState

javax.portlet.WindowState getChangedWindowState()

getRedirectLocation

java.lang.String getRedirectLocation()


Copyright © 2003-2010 . All Rights Reserved.