org.chorem.pollen.ui
Class PollenApplicationContext

java.lang.Object
  extended by org.chorem.pollen.ui.PollenApplicationContext

public class PollenApplicationContext
extends Object

Since:
1.3
Author:
tchemit

Field Summary
static String APPLICATION_CONTEXT_PARAMETER
          Key to store the single instance of the application context
protected  org.chorem.pollen.PollenConfiguration configuration
           
protected  org.chorem.pollen.services.PollenNotifierWorker pollenNotifierWorker
           
protected  org.nuiton.topia.TopiaContext rootContext
           
 
Constructor Summary
PollenApplicationContext()
           
 
Method Summary
static PollenApplicationContext get(com.opensymphony.xwork2.ActionContext actionContext)
           
static PollenApplicationContext get(javax.servlet.ServletContext servletContext)
           
 org.chorem.pollen.PollenConfiguration getConfiguration()
           
 org.chorem.pollen.services.PollenNotifierWorker getPollenNotifierWorker()
           
 org.nuiton.topia.TopiaContext getRootContext()
           
static void set(javax.servlet.ServletContext servletContext, PollenApplicationContext context)
           
 void setConfiguration(org.chorem.pollen.PollenConfiguration configuration)
           
 void setPollenNotifierWorker(org.chorem.pollen.services.PollenNotifierWorker pollenNotifierWorker)
           
 void setRootContext(org.nuiton.topia.TopiaContext rootContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 org.chorem.pollen.PollenConfiguration configuration

rootContext

protected org.nuiton.topia.TopiaContext rootContext

pollenNotifierWorker

protected org.chorem.pollen.services.PollenNotifierWorker pollenNotifierWorker
Constructor Detail

PollenApplicationContext

public PollenApplicationContext()
Method Detail

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)

getConfiguration

public org.chorem.pollen.PollenConfiguration getConfiguration()

setConfiguration

public void setConfiguration(org.chorem.pollen.PollenConfiguration configuration)

getRootContext

public org.nuiton.topia.TopiaContext getRootContext()

setRootContext

public void setRootContext(org.nuiton.topia.TopiaContext rootContext)

getPollenNotifierWorker

public org.chorem.pollen.services.PollenNotifierWorker getPollenNotifierWorker()

setPollenNotifierWorker

public void setPollenNotifierWorker(org.chorem.pollen.services.PollenNotifierWorker pollenNotifierWorker)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.