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

public java.util.Map getRenderParameters()

getChangedPortletMode

public javax.portlet.PortletMode getChangedPortletMode()

getChangedWindowState

public javax.portlet.WindowState getChangedWindowState()

getRedirectLocation

public java.lang.String getRedirectLocation()


Copyright © 2003-2005 . All Rights Reserved.