Uses of Interface
org.gatein.pc.federation.FederatingPortletInvoker
-
Packages that use FederatingPortletInvoker Package Description org.gatein.pc.federation org.gatein.pc.federation.impl -
-
Uses of FederatingPortletInvoker in org.gatein.pc.federation
Methods in org.gatein.pc.federation with parameters of type FederatingPortletInvoker Modifier and Type Method Description 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 FederatingPortletInvoker in org.gatein.pc.federation.impl
Classes in org.gatein.pc.federation.impl that implement FederatingPortletInvoker Modifier and Type Class Description classFederatingPortletInvokerServiceMethods in org.gatein.pc.federation.impl that return FederatingPortletInvoker Modifier and Type Method Description FederatingPortletInvokerFederatedPortletInvokerService. getFederatingPortletInvoker()FederatingPortletInvokerPortletInvokerRegistrationService. getFederatingPortletInvoker()Methods in org.gatein.pc.federation.impl with parameters of type FederatingPortletInvoker Modifier and Type Method Description voidPortletInvokerRegistrationService. setFederatingPortletInvoker(FederatingPortletInvoker federatingPortletInvoker)Constructors in org.gatein.pc.federation.impl with parameters of type FederatingPortletInvoker Constructor Description FederatedPortletInvokerService(FederatingPortletInvoker federatingPortletInvoker, String id, org.gatein.pc.api.PortletInvoker portletInvoker)
-