org.jboss.portal.portlet.impl
Class ActionResponseImpl
java.lang.Object
org.jboss.portal.portlet.impl.PortletResponseImpl
org.jboss.portal.portlet.impl.ActionResponseImpl
- All Implemented Interfaces:
- ActionResponse, PortletResponse
- Direct Known Subclasses:
- JBossActionResponse
public class ActionResponseImpl
- extends PortletResponseImpl
- implements ActionResponse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletWindowContext
protected WindowContext portletWindowContext
result
protected Result result
window
protected Window window
ActionResponseImpl
public ActionResponseImpl(WindowContext portletWindowContext,
Window window,
PortalRequest req,
PortalResponse resp,
Properties properties)
getResult
public Result getResult()
setWindowState
public void setWindowState(WindowState windowState)
throws WindowStateException
- Specified by:
setWindowState
in interface ActionResponse
- Throws:
WindowStateException
setPortletMode
public void setPortletMode(PortletMode portletMode)
throws PortletModeException
- Specified by:
setPortletMode
in interface ActionResponse
- Throws:
PortletModeException
sendRedirect
public void sendRedirect(java.lang.String location)
throws java.io.IOException
- Specified by:
sendRedirect
in interface ActionResponse
- Throws:
java.io.IOException
setRenderParameters
public void setRenderParameters(java.util.Map map)
- Specified by:
setRenderParameters
in interface ActionResponse
setRenderParameter
public void setRenderParameter(java.lang.String name,
java.lang.String value)
- Specified by:
setRenderParameter
in interface ActionResponse
setRenderParameter
public void setRenderParameter(java.lang.String name,
java.lang.String[] values)
- Specified by:
setRenderParameter
in interface ActionResponse