net.esper.adapter
Class SpringContext

java.lang.Object
  extended by net.esper.adapter.SpringContext

public class SpringContext
extends Object

Supplies properties for use in configuration files to configure Spring application context.


Field Summary
static String CLASSPATH_CONTEXT
          Use to configure a classpath context.
static String FILE_APP_CONTEXT
          Use to configure a file context.
 
Constructor Summary
SpringContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSPATH_CONTEXT

public static final String CLASSPATH_CONTEXT
Use to configure a classpath context.

See Also:
Constant Field Values

FILE_APP_CONTEXT

public static final String FILE_APP_CONTEXT
Use to configure a file context.

See Also:
Constant Field Values
Constructor Detail

SpringContext

public SpringContext()