Index
All Classes and Interfaces|All Packages
C
- createClone(PortletStateType, PortletContext) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- createClone(PortletStateType, PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
D
- DEFAULT_RESOLVER - Static variable in interface org.gatein.pc.federation.PortletInvokerResolver
-
Default handling mechanism: if we haven't found an invoker for the portlet id in the first place, throw NoSuchPortletException if we specified a portlet id or null if we didn't.
- destroyClones(List<PortletContext>) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- destroyClones(List<PortletContext>) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
E
- exportPortlet(PortletStateType, PortletContext) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- exportPortlet(PortletStateType, PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
F
- FederatedPortlet - Class in org.gatein.pc.federation.impl
- FederatedPortlet(FederatedPortletInvoker, PortletContext, Portlet) - Constructor for class org.gatein.pc.federation.impl.FederatedPortlet
- FederatedPortletInvoker - Interface in org.gatein.pc.federation
-
Provide access to a federated invoker.
- FederatedPortletInvokerService - Class in org.gatein.pc.federation.impl
- FederatedPortletInvokerService(FederatingPortletInvoker, String, PortletInvoker) - Constructor for class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- FederatingPortletInvoker - Interface in org.gatein.pc.federation
-
A portlet invoker that federates other invokers.
- FederatingPortletInvokerService - Class in org.gatein.pc.federation.impl
- FederatingPortletInvokerService() - Constructor for class org.gatein.pc.federation.impl.FederatingPortletInvokerService
G
- getContext() - Method in class org.gatein.pc.federation.impl.FederatedPortlet
- getFederatedId() - Method in class org.gatein.pc.federation.impl.FederatedPortlet
- getFederatedInvoker(String) - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Returns the registered FederatedPortletInvoker associated with the specified identifier, delegating to the
PortletInvokerResolverspecified usingFederatingPortletInvoker.setPortletInvokerResolver(PortletInvokerResolver)if it's not initially resolved or returnsnullif a FederatedPortletInvoker is not found after going through the specified NullInvokerHandler resolution mechanism. - getFederatedInvoker(String) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getFederatedInvokerIds() - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Returns the known portlet invoker identifiers, including resolvable ones (though they might not have been already resolved).
- getFederatedInvokerIds() - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getFederatedPortletInvokerFor(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
-
Retrieves the portlet invoker associated with the specified compound portlet id or null if it is not found.
- getFederatingPortletInvoker() - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getFederatingPortletInvoker() - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- getId() - Method in interface org.gatein.pc.federation.FederatedPortletInvoker
-
Return the invoker id.
- getId() - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getId() - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- getInfo() - Method in class org.gatein.pc.federation.impl.FederatedPortlet
- getKnownInvokerIds() - Method in interface org.gatein.pc.federation.PortletInvokerResolver
- getLocalPortlets() - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Return only the portlets from local federated invokers.
- getLocalPortlets() - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getPortlet(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getPortlet(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getPortletInvoker() - Method in interface org.gatein.pc.federation.FederatedPortletInvoker
-
Return the underlying portlet invoker.
- getPortletInvoker() - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getPortletInvoker() - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- getPortlets() - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getPortlets() - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getProperties(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getProperties(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getProperties(PortletContext, Set<String>) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getProperties(PortletContext, Set<String>) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getRemotePortlets() - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Return only the portlets from remote federated invokers.
- getRemotePortlets() - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getResolvedInvokerIds() - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Returns only the portlet invoker identifiers of the currently resolved invokers, which might be different from the set potentially resolvable invokers as returned by
FederatingPortletInvoker.getFederatedInvokerIds(). - getResolvedInvokerIds() - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- getStatus(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- getStatus(PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
I
- importPortlet(PortletStateType, PortletContext) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- importPortlet(PortletStateType, PortletContext) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- invoke(PortletInvocation) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- invoke(PortletInvocation) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- isActive() - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- isActive() - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- isRemote() - Method in class org.gatein.pc.federation.impl.FederatedPortlet
- isResolved(String) - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Determines whether the FederatedPortletInvoker with the specified identifier has already been resolved.
- isResolved(String) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
K
- knows(String) - Method in interface org.gatein.pc.federation.PortletInvokerResolver
O
- org.gatein.pc.federation - package org.gatein.pc.federation
- org.gatein.pc.federation.impl - package org.gatein.pc.federation.impl
P
- PortletInvokerRegistrationService - Class in org.gatein.pc.federation.impl
-
Register any portlet invoker into a federating portlet invoker.
- PortletInvokerRegistrationService() - Constructor for class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- PortletInvokerResolver - Interface in org.gatein.pc.federation
-
Encapsulates behavior to resolve FederatedPortletInvokers in the context of a FederatingPortletInvoker when the default resolution mechanism fails to retrieve an associated FederatedPortletInvoker.
R
- registerInvoker(String, PortletInvoker) - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Registers an invoker.
- registerInvoker(String, PortletInvoker) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- resolvePortletInvokerFor(String, FederatingPortletInvoker, String) - Method in interface org.gatein.pc.federation.PortletInvokerResolver
-
Attempts to resolve a FederatedPortletInvoker with the specified identifier in the context of the specified calling FederatingPortletInvoker, optionally trying to perform resolution to invoke an action on the specified portlet identifier.
S
- setFederatingPortletInvoker(FederatingPortletInvoker) - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- setId(String) - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- setPortletInvoker(PortletInvoker) - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- setPortletInvokerResolver(PortletInvokerResolver) - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Specifies which NullInvokerHandler to use to attempt retrieval of a federated invoker when default resolution mechanism cannot find an associated invoker.
- setPortletInvokerResolver(PortletInvokerResolver) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- setProperties(PortletContext, PropertyChange[]) - Method in class org.gatein.pc.federation.impl.FederatedPortletInvokerService
- setProperties(PortletContext, PropertyChange[]) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
- start() - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
- stop() - Method in class org.gatein.pc.federation.impl.PortletInvokerRegistrationService
T
- toString() - Method in class org.gatein.pc.federation.impl.FederatedPortlet
U
- unregisterInvoker(String) - Method in interface org.gatein.pc.federation.FederatingPortletInvoker
-
Unregisters the invoker associated with the specified identifier.
- unregisterInvoker(String) - Method in class org.gatein.pc.federation.impl.FederatingPortletInvokerService
All Classes and Interfaces|All Packages