Uses of Interface
org.gatein.pc.federation.FederatedPortletInvoker
Packages that use FederatedPortletInvoker
-
Uses of FederatedPortletInvoker in org.gatein.pc.federation
Methods in org.gatein.pc.federation that return FederatedPortletInvokerModifier and TypeMethodDescriptionFederatingPortletInvoker.getFederatedInvoker(String federatedId) Returns the registered FederatedPortletInvoker associated with the specified identifier, delegating to thePortletInvokerResolverspecified usingFederatingPortletInvoker.setPortletInvokerResolver(PortletInvokerResolver)if it's not initially resolved or returnsnullif a FederatedPortletInvoker is not found after going through the specified NullInvokerHandler resolution mechanism.FederatingPortletInvoker.registerInvoker(String federatedId, org.gatein.pc.api.PortletInvoker registeredInvoker) Registers an invoker.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. -
Uses of FederatedPortletInvoker in org.gatein.pc.federation.impl
Classes in org.gatein.pc.federation.impl that implement FederatedPortletInvokerMethods in org.gatein.pc.federation.impl that return FederatedPortletInvokerModifier and TypeMethodDescriptionFederatingPortletInvokerService.getFederatedInvoker(String federatedId) protected FederatedPortletInvokerFederatingPortletInvokerService.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.FederatingPortletInvokerService.registerInvoker(String federatedId, org.gatein.pc.api.PortletInvoker federatedInvoker) Constructors in org.gatein.pc.federation.impl with parameters of type FederatedPortletInvokerModifierConstructorDescriptionFederatedPortlet(FederatedPortletInvoker invoker, org.gatein.pc.api.PortletContext compoundContext, org.gatein.pc.api.Portlet portlet)