org.springframework.config.java.util
Class DefaultScopes

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

public abstract class DefaultScopes
extends Object

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

Author:
Costin Leau

Field Summary
static String PROTOTYPE
           
static String REQUEST
           
static String SESSION
           
static 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 String SINGLETON
See Also:
Constant Field Values

PROTOTYPE

public static final String PROTOTYPE
See Also:
Constant Field Values

REQUEST

public static final String REQUEST
See Also:
Constant Field Values

SESSION

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

DefaultScopes

public DefaultScopes()


Copyright � 2005-2008 Spring Framework. All Rights Reserved.