Uses of Class
org.jboss.portal.portlet.invocation.PortletInvocation

Packages that use PortletInvocation
org.jboss.portal.portlet   
org.jboss.portal.portlet.aspects.portlet   
org.jboss.portal.portlet.bridge   
org.jboss.portal.portlet.container   
org.jboss.portal.portlet.controller.impl   
org.jboss.portal.portlet.federation.impl   
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.jsr168.taglib   
org.jboss.portal.portlet.invocation   
org.jboss.portal.portlet.management   
org.jboss.portal.portlet.portal.jsp   
org.jboss.portal.portlet.state.consumer   
org.jboss.portal.portlet.state.producer   
org.jboss.portal.portlet.test.controller   
org.jboss.portal.portlet.test.tck   
 

Uses of PortletInvocation in org.jboss.portal.portlet
 

Methods in org.jboss.portal.portlet with parameters of type PortletInvocation
 PortletInvocationResponse PortletInvokerInterceptor.invoke(PortletInvocation invocation)
           
 PortletInvocationResponse PortletInvoker.invoke(PortletInvocation invocation)
          Invoke an operation on a specific portlet.
 

Uses of PortletInvocation in org.jboss.portal.portlet.aspects.portlet
 

Methods in org.jboss.portal.portlet.aspects.portlet with parameters of type PortletInvocation
 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 PortletInvocation in org.jboss.portal.portlet.bridge
 

Fields in org.jboss.portal.portlet.bridge declared as PortletInvocation
protected  PortletInvocation BridgeResponse.invocation
          .
 

Methods in org.jboss.portal.portlet.bridge that return PortletInvocation
 PortletInvocation JBossServletContextProvider.BridgeInfo.getInvocation()
           
 

Methods in org.jboss.portal.portlet.bridge with parameters of type PortletInvocation
 PortletInvocationResponse BridgeInterceptor.invoke(PortletInvocation invocation)
           
 

Constructors in org.jboss.portal.portlet.bridge with parameters of type PortletInvocation
JBossServletContextProvider.BridgeInfo(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.container
 

Methods in org.jboss.portal.portlet.container with parameters of type PortletInvocation
 PortletInvocationResponse PortletContainer.dispatch(PortletInvocation invocation)
          Invoke the portlet container.
 PortletInvocationResponse ContainerPortletDispatcher.invoke(PortletInvocation invocation)
           
 PortletInvocationResponse ContainerPortletInvoker.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.controller.impl
 

Methods in org.jboss.portal.portlet.controller.impl with parameters of type PortletInvocation
protected abstract  PortletInvocationResponse AbstractPortletControllerContext.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.federation.impl
 

Methods in org.jboss.portal.portlet.federation.impl with parameters of type PortletInvocation
 PortletInvocationResponse FederatingPortletInvokerService.invoke(PortletInvocation invocation)
           
 PortletInvocationResponse FederatedPortletInvokerService.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.impl.jsr168
 

Methods in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletInvocation
static PortletRequestParameterMap PortletRequestParameterMap.create(NavigationInfo navigationInfo, PortletInvocation invocation)
          Factory method that will chose the right builder according to the context argument type.
 PortletInvocationResponse PortletContainerImpl.dispatch(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.impl.jsr168.api
 

Fields in org.jboss.portal.portlet.impl.jsr168.api declared as PortletInvocation
protected  PortletInvocation BaseURLImpl.inv
          .
protected  PortletInvocation PortletResponseImpl.invocation
          .
protected  PortletInvocation PortletRequestImpl.invocation
          .
 

Methods in org.jboss.portal.portlet.impl.jsr168.api with parameters of type PortletInvocation
static PortletURLImpl PortletURLImpl.createActionURL(PortletInvocation invocation, PortletRequestImpl preq)
           
static PortletURLImpl PortletURLImpl.createRenderURL(PortletInvocation invocation, PortletRequestImpl preq)
           
static ResourceURLImpl ResourceURLImpl.createResourceURL(PortletInvocation invocation, PortletRequestImpl preq)
           
 

Constructors in org.jboss.portal.portlet.impl.jsr168.api with parameters of type PortletInvocation
BaseURLImpl(PortletInvocation invocation, PortletRequestImpl preq, boolean filterable)
           
MimeResponseImpl(PortletInvocation invocation, PortletRequestImpl preq)
           
PortletRequestImpl(PortletContainerImpl container, PortletInvocation invocation)
           
PortletResponseImpl(PortletInvocation invocation, PortletRequestImpl preq)
           
StateAwareResponseImpl(PortletInvocation invocation, PortletRequestImpl preq)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.impl.jsr168.taglib
 

Methods in org.jboss.portal.portlet.impl.jsr168.taglib that return PortletInvocation
protected  PortletInvocation PortletTag.getInvocation()
          Set up the environment for accessing the portlat environment
 

Uses of PortletInvocation in org.jboss.portal.portlet.invocation
 

Subclasses of PortletInvocation in org.jboss.portal.portlet.invocation
 class ActionInvocation
           
 class EventInvocation
           
 class RenderInvocation
           
 class ResourceInvocation
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.management
 

Methods in org.jboss.portal.portlet.management with parameters of type PortletInvocation
 PortletInvocationResponse PortletContainerManagementInterceptorImpl.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.portal.jsp
 

Methods in org.jboss.portal.portlet.portal.jsp with parameters of type PortletInvocation
 PortletInvocationResponse PagePortletControllerContext.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.state.consumer
 

Methods in org.jboss.portal.portlet.state.consumer with parameters of type PortletInvocation
 PortletInvocationResponse ConsumerPortletInvoker.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.state.producer
 

Methods in org.jboss.portal.portlet.state.producer with parameters of type PortletInvocation
 PortletInvocationResponse ProducerPortletInvoker.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.test.controller
 

Methods in org.jboss.portal.portlet.test.controller with parameters of type PortletInvocation
 PortletInvocationResponse PortletControllerContextImpl.invoke(PortletInvocation invocation)
           
 

Uses of PortletInvocation in org.jboss.portal.portlet.test.tck
 

Methods in org.jboss.portal.portlet.test.tck with parameters of type PortletInvocation
protected  PortletInvocationResponse TCKPortletControllerContext.invoke(PortletInvocation invocation)
           
 



Copyright © 2008. All Rights Reserved.