org.springframework.config.java.util
Class DefaultScopes
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DefaultScopes
public DefaultScopes()
Copyright � 2005-2008 Spring Framework. All Rights Reserved.