org.jmage
Class XmlApplicationContext

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

public class XmlApplicationContext
extends ApplicationContext

Creates ApplicationContext from an xml config file


Field Summary
static java.lang.String CONFIGFILE
           
 
Fields inherited from class org.jmage.ApplicationContext
applicationContext, encoderManagerPool, filterChainManagerPool, log, log4j, properties, requestDispatcherPool, resourceManagerPool
 
Constructor Summary
protected XmlApplicationContext()
          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
 

Field Detail

CONFIGFILE

public static final java.lang.String CONFIGFILE
See Also:
Constant Field Values
Constructor Detail

XmlApplicationContext

protected XmlApplicationContext()
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.