Constant Field Values


Contents
org.springframework.*

org.springframework.config.java.core.Constants
public static final String JAVA_CONFIG_PKG "org.springframework.config.java"

org.springframework.config.java.util.DefaultScopes
public static final String PROTOTYPE "prototype"
public static final String REQUEST "request"
public static final String SESSION "session"
public static final String SINGLETON "singleton"



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