com.khubla.pragmatach.framework.application
Class Application

java.lang.Object
  extended by com.khubla.pragmatach.framework.application.Application

public class Application
extends Object

Author:
tome

Constructor Summary
Application()
           
 
Method Summary
static Configuration getConfiguration()
           
static Controllers getControllers()
          get all known controllers
static LifecycleListeners getLifecyclelisteners()
           
static PragmatachRoutes getRoutes()
          get all known routes
static void setConfiguration(Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getConfiguration

public static Configuration getConfiguration()

getControllers

public static Controllers getControllers()
get all known controllers


getLifecyclelisteners

public static LifecycleListeners getLifecyclelisteners()

getRoutes

public static PragmatachRoutes getRoutes()
                                  throws PragmatachException
get all known routes

Throws:
PragmatachException

setConfiguration

public static void setConfiguration(Configuration configuration)


Copyright © 2014 khubla.com. All rights reserved.