org.jboss.portlet
Class JBossActionResponse
java.lang.Object
org.jboss.portal.portlet.impl.PortletResponseImpl
org.jboss.portal.portlet.impl.ActionResponseImpl
org.jboss.portlet.JBossActionResponse
- All Implemented Interfaces:
- ActionResponse, PortletResponse
public class JBossActionResponse
- extends ActionResponseImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossActionResponse
public JBossActionResponse(WindowContext windowCtx,
Window window,
PortalRequest req,
PortalResponse resp,
Properties properties)
sendAuthenticate
public void sendAuthenticate()
throws java.lang.IllegalStateException
- The component wants the user to be authenticated to perform the task.
After this has been called all subsequent actions should not be
possible (getWriter()/sendRedirect()/etc...).
- Throws:
java.lang.IllegalStateException
sendBytes
public void sendBytes(java.lang.String contentType,
byte[] bytes)
createRenderURL
public PortletURL createRenderURL()
- Create a render url.
createActionURL
public PortletURL createActionURL()
- Create an action url.
createAbsoluteURL
public java.lang.String createAbsoluteURL(PortletURL url)
- Create an URL which is absolute to the server and in particular this request.