|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortletInvocationContext | |
|---|---|
| org.jboss.portal.portlet.controller | |
| org.jboss.portal.portlet.controller.impl | |
| org.jboss.portal.portlet.impl.spi | |
| org.jboss.portal.portlet.invocation | |
| Uses of PortletInvocationContext in org.jboss.portal.portlet.controller |
|---|
| Methods in org.jboss.portal.portlet.controller that return PortletInvocationContext | |
|---|---|
PortletInvocationContext |
PortletControllerContext.createPortletInvocationContext(java.lang.String windowId,
PortletPageNavigationalState pageNavigationalState)
Create a portlet invocation context for the specified window id. |
| Uses of PortletInvocationContext in org.jboss.portal.portlet.controller.impl |
|---|
| Classes in org.jboss.portal.portlet.controller.impl that implement PortletInvocationContext | |
|---|---|
class |
ControllerPortletInvocationContext
An implementation of the PortletInvocationContext interface that is related to a specific
window. |
| Methods in org.jboss.portal.portlet.controller.impl that return PortletInvocationContext | |
|---|---|
PortletInvocationContext |
AbstractPortletControllerContext.createPortletInvocationContext(java.lang.String windowId,
PortletPageNavigationalState pageNavigationalState)
|
| Uses of PortletInvocationContext in org.jboss.portal.portlet.impl.spi |
|---|
| Classes in org.jboss.portal.portlet.impl.spi that implement PortletInvocationContext | |
|---|---|
class |
AbstractPortletInvocationContext
An abstract implementation that relies on the a request and response provided by the client (i.e the portal). |
| Uses of PortletInvocationContext in org.jboss.portal.portlet.invocation |
|---|
| Fields in org.jboss.portal.portlet.invocation declared as PortletInvocationContext | |
|---|---|
protected PortletInvocationContext |
PortletInvocation.ctx
The invocation context. |
| Methods in org.jboss.portal.portlet.invocation that return PortletInvocationContext | |
|---|---|
PortletInvocationContext |
PortletInvocation.getContext()
|
| Constructors in org.jboss.portal.portlet.invocation with parameters of type PortletInvocationContext | |
|---|---|
ActionInvocation(PortletInvocationContext ctx)
|
|
EventInvocation(PortletInvocationContext ctx)
|
|
PortletInvocation(PortletInvocationContext ctx)
Create an invocation to a portlet. |
|
RenderInvocation(PortletInvocationContext ctx)
|
|
ResourceInvocation(PortletInvocationContext ctx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||