Class PlatformPortalApplication

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.application.Application
org.exoplatform.webui.application.WebuiApplication
org.exoplatform.portal.application.PortalApplication
org.exoplatform.platform.webui.templates.PlatformPortalApplication
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PlatformPortalApplication extends org.exoplatform.portal.application.PortalApplication
  • Field Summary

    Fields inherited from class org.exoplatform.portal.application.PortalApplication

    log, PORTAL_APPLICATION_ID

    Fields inherited from class org.exoplatform.web.application.Application

    EXO_GADGET_TYPE, EXO_PORTAL_TYPE, EXO_PORTLET_TYPE, JSR168_APPLICATION_TYPE, WSRP_TYPE

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlatformPortalApplication(javax.servlet.ServletConfig config)
     
  • Method Summary

    Methods inherited from class org.exoplatform.portal.application.PortalApplication

    getApplicationGroup, getApplicationId, getApplicationInitParam, getApplicationName, getApplicationType, getOwnerResourceBundle, getResourceBundle, getServletConfig, onInit

    Methods inherited from class org.exoplatform.webui.application.WebuiApplication

    broadcast, createUIComponent, getConfigurationManager, getDefaultUIComponentToUpdateByAjax, getStateManager, setStateManager

    Methods inherited from class org.exoplatform.web.application.Application

    getApplicationLifecycle, getApplicationServiceContainer, getAttribute, getResourceResolver, onDestroy, setApplicationLifecycle, setAttribute, setResourceResolver

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlatformPortalApplication

      public PlatformPortalApplication(javax.servlet.ServletConfig config)