Class PlatformPortletApplicationFactory
- java.lang.Object
-
- org.exoplatform.platform.webui.templates.PlatformPortletApplicationFactory
-
- All Implemented Interfaces:
org.exoplatform.web.application.ApplicationFactory<org.exoplatform.webui.application.portlet.PortletApplication,javax.portlet.PortletConfig>,org.exoplatform.webui.application.portlet.PortletApplicationFactory
public class PlatformPortletApplicationFactory extends Object implements org.exoplatform.webui.application.portlet.PortletApplicationFactory
- Version:
- $Revision$
- Author:
- Kmenzli
-
-
Constructor Summary
Constructors Constructor Description PlatformPortletApplicationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.webui.application.portlet.PortletApplicationcreateApplication(javax.portlet.PortletConfig portletConfig)
-
-
-
Method Detail
-
createApplication
public org.exoplatform.webui.application.portlet.PortletApplication createApplication(javax.portlet.PortletConfig portletConfig)
- Specified by:
createApplicationin interfaceorg.exoplatform.web.application.ApplicationFactory<org.exoplatform.webui.application.portlet.PortletApplication,javax.portlet.PortletConfig>
-
-