org.gcube.common.ghn.service.context
Interface ApplicationContext

All Known Implementing Classes:
DefaultContext

public interface ApplicationContext


Method Summary
 javax.servlet.ServletContext application()
           
 Configuration configuration()
           
 org.gcube.common.events.Hub events()
           
 Lifecycle lifecycle()
           
 String name()
           
 Persistence persistence()
           
 Properties properties()
           
 

Method Detail

name

String name()

configuration

Configuration configuration()

lifecycle

Lifecycle lifecycle()

events

org.gcube.common.events.Hub events()

persistence

Persistence persistence()

properties

Properties properties()

application

javax.servlet.ServletContext application()


Copyright © 2013. All Rights Reserved.