Uses of Interface
org.gatein.pc.federation.FederatedPortletInvoker
-
Packages that use FederatedPortletInvoker Package Description org.gatein.pc.federation org.gatein.pc.federation.impl -
-
Uses of FederatedPortletInvoker in org.gatein.pc.federation
Methods in org.gatein.pc.federation that return FederatedPortletInvoker Modifier and Type Method Description FederatedPortletInvokerFederatingPortletInvoker. 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.FederatedPortletInvokerFederatingPortletInvoker. registerInvoker(String federatedId, org.gatein.pc.api.PortletInvoker registeredInvoker)Registers an invoker.FederatedPortletInvokerPortletInvokerResolver. 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 FederatedPortletInvoker Modifier and Type Class Description classFederatedPortletInvokerServiceMethods in org.gatein.pc.federation.impl that return FederatedPortletInvoker Modifier and Type Method Description FederatedPortletInvokerFederatingPortletInvokerService. 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.FederatedPortletInvokerFederatingPortletInvokerService. registerInvoker(String federatedId, org.gatein.pc.api.PortletInvoker federatedInvoker)Constructors in org.gatein.pc.federation.impl with parameters of type FederatedPortletInvoker Constructor Description FederatedPortlet(FederatedPortletInvoker invoker, org.gatein.pc.api.PortletContext compoundContext, org.gatein.pc.api.Portlet portlet)
-