Package com.webmethods.caf.portlet
Interface IPortletProviderFactory
public interface IPortletProviderFactory
WMC-3699 - Simple factory to enable resolving the IPortletProvider implementation at runtime.
No compile-time dependency should exist to the impl class to avoid a cycle in the build.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the portlet provider implementation
-
Method Details
-
newInstance
IPortletProvider newInstance()Creates a new instance of the portlet provider implementation
-