Uses of Interface
org.gatein.pc.federation.PortletInvokerResolver
Packages that use PortletInvokerResolver
-
Uses of PortletInvokerResolver in org.gatein.pc.federation
Fields in org.gatein.pc.federation declared as PortletInvokerResolverModifier and TypeFieldDescriptionstatic final PortletInvokerResolverPortletInvokerResolver.DEFAULT_RESOLVERDefault handling mechanism: if we haven't found an invoker for the portlet id in the first place, throw NoSuchPortletException if we specified a portlet id or null if we didn't.Methods in org.gatein.pc.federation with parameters of type PortletInvokerResolverModifier and TypeMethodDescriptionvoidFederatingPortletInvoker.setPortletInvokerResolver(PortletInvokerResolver portletResolver) Specifies which NullInvokerHandler to use to attempt retrieval of a federated invoker when default resolution mechanism cannot find an associated invoker. -
Uses of PortletInvokerResolver in org.gatein.pc.federation.impl
Methods in org.gatein.pc.federation.impl with parameters of type PortletInvokerResolverModifier and TypeMethodDescriptionvoidFederatingPortletInvokerService.setPortletInvokerResolver(PortletInvokerResolver portletResolver)