Uses of Class
org.jboss.portal.portlet.PortletInvokerInterceptor

Packages that use PortletInvokerInterceptor
org.jboss.portal.portlet.aspects.portlet   
org.jboss.portal.portlet.bridge   
org.jboss.portal.portlet.container   
org.jboss.portal.portlet.management   
org.jboss.portal.portlet.state.consumer   
org.jboss.portal.portlet.state.producer   
 

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

Subclasses of PortletInvokerInterceptor in org.jboss.portal.portlet.aspects.portlet
 class CCPPInterceptor
          A simple implementation of CC/PP feature of JSR286.
 class ConsumerCacheInterceptor
          Cache markup on the portal.
 class ContextDispatcherInterceptor
          This interceptor dispatch the call to the target web application.
 class EventPayloadInterceptor
          This interceptor is responsible for taking care of converting the optional event payload to the application classloader.
 class LocalInterceptor
          An interceptor whose purpose is to detect invocation from the local portal.
 class PortletCustomizationInterceptor
          This interceptor takes in charge the management of portlet customization when the invocation carries an read only access mode.
 class ProducerCacheInterceptor
          Not removed as it is a place holder to implement producer cache (i.e caching markup on the producer side to avoid recomputation).
 class RequestAttributeConversationInterceptor
           
 class SecureTransportInterceptor
          Implement security constaint defined by the portlet spec.
 class ValveInterceptor
          This aspect has two responsabilities :
continue the request only if the portlet container valve is open.
 

Uses of PortletInvokerInterceptor in org.jboss.portal.portlet.bridge
 

Subclasses of PortletInvokerInterceptor in org.jboss.portal.portlet.bridge
 class BridgeInterceptor
          The bridge interceptor set the bridge for the duration of the request made to the portlet.
 

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

Subclasses of PortletInvokerInterceptor in org.jboss.portal.portlet.container
 class ContainerPortletDispatcher
           
 class ContainerPortletInvoker
          An implementation of portlet invoker that makes a call to a portlet container.
 

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

Subclasses of PortletInvokerInterceptor in org.jboss.portal.portlet.management
 class PortletContainerManagementInterceptorImpl
           
 

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

Subclasses of PortletInvokerInterceptor in org.jboss.portal.portlet.state.consumer
 class ConsumerPortletInvoker
           
 

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

Subclasses of PortletInvokerInterceptor in org.jboss.portal.portlet.state.producer
 class ProducerPortletInvoker
           
 



Copyright © 2008. All Rights Reserved.