|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PortletInvocationResponse in org.jboss.portal.portlet |
|---|
| Methods in org.jboss.portal.portlet that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletInvokerInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
PortletInvoker.invoke(PortletInvocation invocation)
Invoke an operation on a specific portlet. |
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.aspects.portlet |
|---|
| Methods in org.jboss.portal.portlet.aspects.portlet that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
CCPPInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
SecureTransportInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ConsumerCacheInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
PortletCustomizationInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
LocalInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
RequestAttributeConversationInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
EventPayloadInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ContextDispatcherInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ValveInterceptor.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.bridge |
|---|
| Methods in org.jboss.portal.portlet.bridge that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
BridgeInterceptor.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.container |
|---|
| Methods in org.jboss.portal.portlet.container that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletContainer.dispatch(PortletInvocation invocation)
Invoke the portlet container. |
PortletInvocationResponse |
ContainerPortletDispatcher.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ContainerPortletInvoker.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.controller |
|---|
| Methods in org.jboss.portal.portlet.controller that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletControllerContext.invoke(ActionInvocation actionInvocation)
|
PortletInvocationResponse |
PortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
|
PortletInvocationResponse |
PortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
|
PortletInvocationResponse |
PortletControllerContext.invoke(ResourceInvocation resourceInvocation)
|
PortletInvocationResponse |
PortletController.render(PortletControllerContext controllerContext,
java.util.List<javax.servlet.http.Cookie> cookies,
PortletPageNavigationalState pageNavigationalState,
java.lang.String windowId)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.controller.event |
|---|
| Methods in org.jboss.portal.portlet.controller.event with parameters of type PortletInvocationResponse | |
|---|---|
void |
EventControllerContext.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
Context call back when an event is consumed by a portlet. |
void |
AbstractEventControllerContext.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.controller.impl |
|---|
| Methods in org.jboss.portal.portlet.controller.impl that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(ActionInvocation actionInvocation)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
|
protected abstract PortletInvocationResponse |
AbstractPortletControllerContext.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(ResourceInvocation resourceInvocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.controller.impl.event |
|---|
| Methods in org.jboss.portal.portlet.controller.impl.event with parameters of type PortletInvocationResponse | |
|---|---|
void |
EventControllerContextImpl.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.controller.response |
|---|
| Methods in org.jboss.portal.portlet.controller.response that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletResponse.getResponse()
|
PortletInvocationResponse |
ResourceResponse.getResponse()
|
| Constructors in org.jboss.portal.portlet.controller.response with parameters of type PortletInvocationResponse | |
|---|---|
PortletResponse(PortletInvocationResponse response,
int eventDistributionStatus)
|
|
ResourceResponse(PortletInvocationResponse response)
|
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.federation.impl |
|---|
| Methods in org.jboss.portal.portlet.federation.impl that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
FederatingPortletInvokerService.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
FederatedPortletInvokerService.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.impl.jsr168 |
|---|
| Methods in org.jboss.portal.portlet.impl.jsr168 that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletContainerImpl.dispatch(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.impl.jsr168.api |
|---|
| Fields in org.jboss.portal.portlet.impl.jsr168.api declared as PortletInvocationResponse | |
|---|---|
protected PortletInvocationResponse |
ActionResponseImpl.response
. |
| Methods in org.jboss.portal.portlet.impl.jsr168.api that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
MimeResponseImpl.getResponse()
|
abstract PortletInvocationResponse |
PortletResponseImpl.getResponse()
|
PortletInvocationResponse |
StateAwareResponseImpl.getResponse()
|
protected PortletInvocationResponse |
StateAwareResponseImpl.WantUpdate.getResponse()
|
protected PortletInvocationResponse |
StateAwareResponseImpl.WantRedirect.getResponse()
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.invocation.response |
|---|
| Subclasses of PortletInvocationResponse in org.jboss.portal.portlet.invocation.response | |
|---|---|
class |
ContentResponse
Data produced. |
class |
ErrorResponse
Application level error. |
class |
FragmentResponse
Data produced. |
class |
HTTPRedirectionResponse
Redirection to an HTTP location. |
class |
InsufficientPrivilegesResponse
|
class |
InsufficientTransportGuaranteeResponse
|
class |
RedirectionResponse
Redirection to something. |
class |
RevalidateMarkupResponse
|
class |
SecurityErrorResponse
|
class |
SecurityResponse
|
class |
StreamResponse
Stream a result to the client directly. |
class |
UnavailableResponse
Portlet exists but cannot be used. |
class |
UpdateNavigationalStateResponse
Update the navigational state. |
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.management |
|---|
| Methods in org.jboss.portal.portlet.management that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletContainerManagementInterceptorImpl.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.portal.jsp |
|---|
| Methods in org.jboss.portal.portlet.portal.jsp that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
EventAcknowledgement.Consumed.getResponse()
|
PortletInvocationResponse |
WindowResult.getResponse()
|
PortletInvocationResponse |
PagePortletControllerContext.invoke(PortletInvocation invocation)
|
| Methods in org.jboss.portal.portlet.portal.jsp with parameters of type PortletInvocationResponse | |
|---|---|
void |
PageEventControllerContext.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
|
| Constructors in org.jboss.portal.portlet.portal.jsp with parameters of type PortletInvocationResponse | |
|---|---|
EventAcknowledgement.Consumed(PortletInvocationResponse response)
|
|
WindowResult(WindowDef windowDef,
PortletInvocationResponse response)
|
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.state.consumer |
|---|
| Methods in org.jboss.portal.portlet.state.consumer that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
ConsumerPortletInvoker.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.state.producer |
|---|
| Methods in org.jboss.portal.portlet.state.producer that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
ProducerPortletInvoker.invoke(PortletInvocation invocation)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.test.controller |
|---|
| Methods in org.jboss.portal.portlet.test.controller that return PortletInvocationResponse | |
|---|---|
PortletInvocationResponse |
PortletControllerContextImpl.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
RendererContext.render(java.util.List<javax.servlet.http.Cookie> cookies,
PortletPageNavigationalState pageNavigationalState,
java.lang.String windowId)
|
PortletInvocationResponse |
AbstractRendererContext.render(java.util.List<javax.servlet.http.Cookie> cookies,
PortletPageNavigationalState pageNavigationalState,
java.lang.String windowId)
|
| Uses of PortletInvocationResponse in org.jboss.portal.portlet.test.tck |
|---|
| Methods in org.jboss.portal.portlet.test.tck that return PortletInvocationResponse | |
|---|---|
protected PortletInvocationResponse |
TCKPortletControllerContext.invoke(PortletInvocation invocation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||