org.chorem.pollen
Class PollenApplicationContext
java.lang.Object
org.chorem.pollen.PollenApplicationContext
public class PollenApplicationContext
- extends Object
- Since:
- 1.3
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_CONTEXT_PARAMETER
public static final String APPLICATION_CONTEXT_PARAMETER
- Key to store the single instance of the application context
- See Also:
- Constant Field Values
configuration
protected PollenConfiguration configuration
rootContext
protected org.nuiton.topia.TopiaContext rootContext
pollenNotifierWorker
protected PollenNotifierWorker pollenNotifierWorker
PollenApplicationContext
public PollenApplicationContext()
get
public static PollenApplicationContext get(com.opensymphony.xwork2.ActionContext actionContext)
get
public static PollenApplicationContext get(javax.servlet.ServletContext servletContext)
set
public static void set(javax.servlet.ServletContext servletContext,
PollenApplicationContext context)
set
public static void set(com.opensymphony.xwork2.ActionContext actionContext,
PollenApplicationContext context)
getConfiguration
public PollenConfiguration getConfiguration()
setConfiguration
public void setConfiguration(PollenConfiguration configuration)
getRootContext
public org.nuiton.topia.TopiaContext getRootContext()
setRootContext
public void setRootContext(org.nuiton.topia.TopiaContext rootContext)
getPollenNotifierWorker
public PollenNotifierWorker getPollenNotifierWorker()
setPollenNotifierWorker
public void setPollenNotifierWorker(PollenNotifierWorker pollenNotifierWorker)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.