Uses of Interface
org.gatein.pc.federation.FederatingPortletInvoker
Packages that use FederatingPortletInvoker
-
Uses of FederatingPortletInvoker in org.gatein.pc.federation
Methods in org.gatein.pc.federation with parameters of type FederatingPortletInvokerModifier and TypeMethodDescriptionPortletInvokerResolver.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 FederatingPortletInvokerMethods in org.gatein.pc.federation.impl that return FederatingPortletInvokerModifier and TypeMethodDescriptionFederatedPortletInvokerService.getFederatingPortletInvoker()PortletInvokerRegistrationService.getFederatingPortletInvoker()Methods in org.gatein.pc.federation.impl with parameters of type FederatingPortletInvokerModifier and TypeMethodDescriptionvoidPortletInvokerRegistrationService.setFederatingPortletInvoker(FederatingPortletInvoker federatingPortletInvoker) Constructors in org.gatein.pc.federation.impl with parameters of type FederatingPortletInvokerModifierConstructorDescriptionFederatedPortletInvokerService(FederatingPortletInvoker federatingPortletInvoker, String id, org.gatein.pc.api.PortletInvoker portletInvoker)