| Package | Description |
|---|---|
| org.gatein.pc.federation | |
| org.gatein.pc.federation.impl |
| Modifier and Type | Method and Description |
|---|---|
FederatedPortletInvoker |
FederatingPortletInvoker.getFederatedInvoker(String federatedId)
Returns the registered FederatedPortletInvoker associated with the specified identifier, delegating to the
PortletInvokerResolver specified using FederatingPortletInvoker.setPortletInvokerResolver(PortletInvokerResolver) if it's not
initially
resolved or returns null if a FederatedPortletInvoker is not found after going through the specified
NullInvokerHandler resolution mechanism. |
FederatedPortletInvoker |
FederatingPortletInvoker.registerInvoker(String federatedId,
org.gatein.pc.api.PortletInvoker registeredInvoker)
Registers an invoker.
|
FederatedPortletInvoker |
PortletInvokerResolver.resolvePortletInvokerFor(String invokerId,
FederatingPortletInvoker callingInvoker,
String compoundPortletId)
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FederatedPortletInvokerService |
| Modifier and Type | Method and Description |
|---|---|
FederatedPortletInvoker |
FederatingPortletInvokerService.getFederatedInvoker(String federatedId) |
protected FederatedPortletInvoker |
FederatingPortletInvokerService.getFederatedPortletInvokerFor(org.gatein.pc.api.PortletContext compoundPortletContext)
Retrieves the portlet invoker associated with the specified compound portlet id or null if it is not found.
|
FederatedPortletInvoker |
FederatingPortletInvokerService.registerInvoker(String federatedId,
org.gatein.pc.api.PortletInvoker federatedInvoker) |
| Constructor and Description |
|---|
FederatedPortlet(FederatedPortletInvoker invoker,
org.gatein.pc.api.PortletContext compoundContext,
org.gatein.pc.api.Portlet portlet) |
Copyright © 2003-2016 GateIn. All Rights Reserved.