org.springframework.config.java.util
Class DefaultScopes

java.lang.Object
  extended by org.springframework.config.java.util.DefaultScopes

public abstract class DefaultScopes
extends java.lang.Object

Constant class contains the names of the scopes supported out of the box in Spring 2.0.

Author:
Costin Leau

Field Summary
static java.lang.String PROTOTYPE
           
static java.lang.String REQUEST
           
static java.lang.String SESSION
           
static java.lang.String SINGLETON
           
 
Constructor Summary
DefaultScopes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final java.lang.String SINGLETON
See Also:
Constant Field Values

PROTOTYPE

public static final java.lang.String PROTOTYPE
See Also:
Constant Field Values

REQUEST

public static final java.lang.String REQUEST
See Also:
Constant Field Values

SESSION

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

DefaultScopes

public DefaultScopes()