Class PlatformPortletApplication

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.application.Application
org.exoplatform.webui.application.WebuiApplication
org.exoplatform.webui.application.portlet.PortletApplication
org.exoplatform.platform.webui.templates.PlatformPortletApplication
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PlatformPortletApplication extends org.exoplatform.webui.application.portlet.PortletApplication
Version:
$Revision$
Author:
Kmenzli
  • Field Summary

    Fields inherited from class org.exoplatform.webui.application.portlet.PortletApplication

    log, PORTLET_EVENT_VALUE

    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
    PlatformPortletApplication(javax.portlet.PortletConfig config)
     
  • Method Summary

    Methods inherited from class org.exoplatform.webui.application.portlet.PortletApplication

    getApplicationGroup, getApplicationId, getApplicationInitParam, getApplicationName, getApplicationType, getOwnerResourceBundle, getResourceBundle, processAction, processEvent, render, serveResource

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

    broadcast, createUIComponent, getConfigurationManager, getDefaultUIComponentToUpdateByAjax, getStateManager, onInit, 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

    • PlatformPortletApplication

      public PlatformPortletApplication(javax.portlet.PortletConfig config)