Uses of Interface
org.gatein.pc.federation.PortletInvokerResolver
-
Packages that use PortletInvokerResolver Package Description org.gatein.pc.federation org.gatein.pc.federation.impl -
-
Uses of PortletInvokerResolver in org.gatein.pc.federation
Fields in org.gatein.pc.federation declared as PortletInvokerResolver Modifier and Type Field Description static 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 PortletInvokerResolver Modifier and Type Method Description voidFederatingPortletInvoker. 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 PortletInvokerResolver Modifier and Type Method Description voidFederatingPortletInvokerService. setPortletInvokerResolver(PortletInvokerResolver portletResolver)
-