org.jmage
Class SystemApplicationContext

java.lang.Object
  extended by org.jmage.ApplicationContext
      extended by org.jmage.SystemApplicationContext

public class SystemApplicationContext
extends ApplicationContext

Creates ApplicationContext from System properties.


Field Summary
 
Fields inherited from class org.jmage.ApplicationContext
applicationContext, encoderManagerPool, filterChainManagerPool, log, log4j, properties, requestDispatcherPool, resourceManagerPool
 
Constructor Summary
protected SystemApplicationContext()
          Use getContext instead.
 
Method Summary
static ApplicationContext getContext(ApplicationContext context)
          Create an XmlApplicationContext instance.
 
Methods inherited from class org.jmage.ApplicationContext
addEncoderManager, addFilterChainManager, addRequestDispatcher, addResourceManager, get, getContext, getProperty, getProperty, obtainEncoderManager, obtainFilterChainManager, obtainRequestDispatcher, obtainResourceManager, put, putAll, releaseEncoderManager, releaseFilterChainManager, releaseRequestDispatcher, releaseResourceManager, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemApplicationContext

protected SystemApplicationContext()
Use getContext instead.

Method Detail

getContext

public static ApplicationContext getContext(ApplicationContext context)
Create an XmlApplicationContext instance.

Returns:
the applicationContext


Copyright © 2004-2008 Sourceforge. All Rights Reserved.