Class Application

java.lang.Object
org.exoplatform.webui.config.Application

public class Application extends Object
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 7, 2006
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • getInitParams

      public InitParams getInitParams()
    • getUIRootComponent

      public String getUIRootComponent()
    • getStateManager

      public String getStateManager()
    • getLifecyleListeners

      public ArrayList<String> getLifecyleListeners()
    • getEvents

      public ArrayList<Event> getEvents()
    • getApplicationEventConfig

      public Event getApplicationEventConfig(String eventName)
    • getApplicationEventListeners

      public List<EventListener> getApplicationEventListeners(String eventName) throws Exception
      Throws:
      Exception
    • getApplicationLifecycleListeners

      public List<org.exoplatform.web.application.ApplicationLifecycle> getApplicationLifecycleListeners() throws Exception
      Throws:
      Exception