|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.controller.impl.AbstractPortletControllerContext
public abstract class AbstractPortletControllerContext
| Field Summary | |
|---|---|
static org.jboss.portal.common.util.MarkupInfo |
MARKUP_INFO
. |
static int |
NAV_SCOPE
. |
static PortalContext |
PORTAL_CONTEXT
. |
static int |
SESSION_SCOPE
. |
| Constructor Summary | |
|---|---|
AbstractPortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
|
| Method Summary | |
|---|---|
PortletInvocationContext |
createPortletInvocationContext(java.lang.String windowId,
PortletPageNavigationalState pageNavigationalState)
Create a portlet invocation context for the specified window id. |
javax.servlet.http.HttpServletRequest |
getClientRequest()
|
javax.servlet.http.HttpServletResponse |
getClientResponse()
|
protected abstract org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> |
getPageNavigationalStateSerialization()
|
protected abstract Portlet |
getPortlet(java.lang.String windowId)
|
PortletInfo |
getPortletInfo(java.lang.String windowId)
Returns the portet info for a specified window. |
PortletInvocationResponse |
invoke(ActionInvocation actionInvocation)
|
PortletInvocationResponse |
invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
|
PortletInvocationResponse |
invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
|
protected abstract PortletInvocationResponse |
invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
invoke(ResourceInvocation resourceInvocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.portal.portlet.controller.PortletControllerContext |
|---|
getEventControllerContext, getStateControllerContext |
| Field Detail |
|---|
public static final PortalContext PORTAL_CONTEXT
public static final org.jboss.portal.common.util.MarkupInfo MARKUP_INFO
public static final int NAV_SCOPE
public static final int SESSION_SCOPE
| Constructor Detail |
|---|
public AbstractPortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws org.jboss.portal.web.IllegalRequestException,
java.io.IOException
org.jboss.portal.web.IllegalRequestException
java.io.IOException| Method Detail |
|---|
public javax.servlet.http.HttpServletRequest getClientRequest()
public javax.servlet.http.HttpServletResponse getClientResponse()
public PortletInfo getPortletInfo(java.lang.String windowId)
PortletControllerContext
getPortletInfo in interface PortletControllerContextwindowId - the window id
protected abstract Portlet getPortlet(java.lang.String windowId)
throws PortletInvokerException
PortletInvokerException
protected abstract PortletInvocationResponse invoke(PortletInvocation invocation)
throws PortletInvokerException
PortletInvokerExceptionprotected abstract org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> getPageNavigationalStateSerialization()
public PortletInvocationResponse invoke(ActionInvocation actionInvocation)
throws PortletInvokerException
invoke in interface PortletControllerContextPortletInvokerException
public PortletInvocationResponse invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
throws PortletInvokerException
invoke in interface PortletControllerContextPortletInvokerException
public PortletInvocationResponse invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
throws PortletInvokerException
invoke in interface PortletControllerContextPortletInvokerException
public PortletInvocationResponse invoke(ResourceInvocation resourceInvocation)
throws PortletInvokerException
invoke in interface PortletControllerContextPortletInvokerException
public PortletInvocationContext createPortletInvocationContext(java.lang.String windowId,
PortletPageNavigationalState pageNavigationalState)
PortletControllerContext
createPortletInvocationContext in interface PortletControllerContextwindowId - the window id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||