|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PortletInvoker in org.jboss.portal.portlet |
|---|
| Classes in org.jboss.portal.portlet that implement PortletInvoker | |
|---|---|
class |
PortletInvokerInterceptor
A base class for PortletInvoker interface interceptors. |
| Methods in org.jboss.portal.portlet that return PortletInvoker | |
|---|---|
PortletInvoker |
PortletInvokerInterceptor.getNext()
|
| Methods in org.jboss.portal.portlet with parameters of type PortletInvoker | |
|---|---|
void |
PortletInvokerInterceptor.setNext(PortletInvoker next)
|
| Constructors in org.jboss.portal.portlet with parameters of type PortletInvoker | |
|---|---|
PortletInvokerInterceptor(PortletInvoker next)
|
|
| Uses of PortletInvoker in org.jboss.portal.portlet.aspects.portlet |
|---|
| Classes in org.jboss.portal.portlet.aspects.portlet that implement PortletInvoker | |
|---|---|
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 PortletInvoker in org.jboss.portal.portlet.bridge |
|---|
| Classes in org.jboss.portal.portlet.bridge that implement PortletInvoker | |
|---|---|
class |
BridgeInterceptor
The bridge interceptor set the bridge for the duration of the request made to the portlet. |
| Uses of PortletInvoker in org.jboss.portal.portlet.container |
|---|
| Classes in org.jboss.portal.portlet.container that implement PortletInvoker | |
|---|---|
class |
ContainerPortletDispatcher
|
class |
ContainerPortletInvoker
An implementation of portlet invoker that makes a call to a portlet container. |
| Uses of PortletInvoker in org.jboss.portal.portlet.controller.impl.event |
|---|
| Constructors in org.jboss.portal.portlet.controller.impl.event with parameters of type PortletInvoker | |
|---|---|
EventControllerContextImpl(PortletInvoker invoker)
|
|
| Uses of PortletInvoker in org.jboss.portal.portlet.federation |
|---|
| Subinterfaces of PortletInvoker in org.jboss.portal.portlet.federation | |
|---|---|
interface |
FederatedPortletInvoker
Provide access to a federated invoker. |
interface |
FederatingPortletInvoker
A portlet invoker that federates other invokers. |
| Methods in org.jboss.portal.portlet.federation that return PortletInvoker | |
|---|---|
PortletInvoker |
FederatedPortletInvoker.getPortletInvoker()
Return the underlying portlet invoker. |
| Methods in org.jboss.portal.portlet.federation with parameters of type PortletInvoker | |
|---|---|
FederatedPortletInvoker |
FederatingPortletInvoker.registerInvoker(java.lang.String federatedId,
PortletInvoker registeredInvoker)
Registers an invoker. |
| Uses of PortletInvoker in org.jboss.portal.portlet.federation.impl |
|---|
| Classes in org.jboss.portal.portlet.federation.impl that implement PortletInvoker | |
|---|---|
class |
FederatedPortletInvokerService
|
class |
FederatingPortletInvokerService
|
| Methods in org.jboss.portal.portlet.federation.impl that return PortletInvoker | |
|---|---|
PortletInvoker |
PortletInvokerRegistrationService.getPortletInvoker()
|
PortletInvoker |
FederatedPortletInvokerService.getPortletInvoker()
|
| Methods in org.jboss.portal.portlet.federation.impl with parameters of type PortletInvoker | |
|---|---|
FederatedPortletInvoker |
FederatingPortletInvokerService.registerInvoker(java.lang.String federatedId,
PortletInvoker federatedInvoker)
|
void |
PortletInvokerRegistrationService.setPortletInvoker(PortletInvoker portletInvoker)
|
| Constructors in org.jboss.portal.portlet.federation.impl with parameters of type PortletInvoker | |
|---|---|
FederatedPortletInvokerService(FederatingPortletInvoker federatingPortletInvoker,
java.lang.String id,
PortletInvoker portletInvoker)
|
|
| Uses of PortletInvoker in org.jboss.portal.portlet.management |
|---|
| Classes in org.jboss.portal.portlet.management that implement PortletInvoker | |
|---|---|
class |
PortletContainerManagementInterceptorImpl
|
| Uses of PortletInvoker in org.jboss.portal.portlet.portal.jsp |
|---|
| Constructors in org.jboss.portal.portlet.portal.jsp with parameters of type PortletInvoker | |
|---|---|
PagePortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
PortletInvoker invoker,
javax.servlet.ServletContext servletContext,
PortalPrepareResponse prepareResponse)
|
|
| Uses of PortletInvoker in org.jboss.portal.portlet.state.consumer |
|---|
| Classes in org.jboss.portal.portlet.state.consumer that implement PortletInvoker | |
|---|---|
class |
ConsumerPortletInvoker
|
| Uses of PortletInvoker in org.jboss.portal.portlet.state.producer |
|---|
| Classes in org.jboss.portal.portlet.state.producer that implement PortletInvoker | |
|---|---|
class |
ProducerPortletInvoker
|
| Uses of PortletInvoker in org.jboss.portal.portlet.test.controller |
|---|
| Methods in org.jboss.portal.portlet.test.controller that return PortletInvoker | |
|---|---|
PortletInvoker |
PortletControllerContextImpl.getPortletInvoker()
|
| Uses of PortletInvoker in org.jboss.portal.portlet.test.tck |
|---|
| Methods in org.jboss.portal.portlet.test.tck that return PortletInvoker | |
|---|---|
PortletInvoker |
TCKPortletControllerContext.getPortletInvoker()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||