org.springframework.*
-
org.springframework.asm.SpringAsmInfo Modifier and Type Constant Field Value public static final int
ASM_VERSION
327680
-
org.springframework.core.Ordered Modifier and Type Constant Field Value public static final int
HIGHEST_PRECEDENCE
-2147483648
public static final int
LOWEST_PRECEDENCE
2147483647
-
org.springframework.core.env.AbstractEnvironment Modifier and Type Constant Field Value public static final String
ACTIVE_PROFILES_PROPERTY_NAME
"spring.profiles.active"
public static final String
DEFAULT_PROFILES_PROPERTY_NAME
"spring.profiles.default"
public static final String
IGNORE_GETENV_PROPERTY_NAME
"spring.getenv.ignore"
protected static final String
RESERVED_DEFAULT_PROFILE_NAME
"default"
-
org.springframework.core.env.CommandLinePropertySource<T> Modifier and Type Constant Field Value public static final String
COMMAND_LINE_PROPERTY_SOURCE_NAME
"commandLineArgs"
public static final String
DEFAULT_NON_OPTION_ARGS_PROPERTY_NAME
"nonOptionArgs"
-
org.springframework.core.env.StandardEnvironment Modifier and Type Constant Field Value public static final String
SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME
"systemEnvironment"
public static final String
SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME
"systemProperties"
-
org.springframework.core.io.ResourceLoader Modifier and Type Constant Field Value public static final String
CLASSPATH_URL_PREFIX
"classpath:"
-
org.springframework.core.io.support.LocalizedResourceHelper Modifier and Type Constant Field Value public static final String
DEFAULT_SEPARATOR
"_"
-
org.springframework.core.io.support.ResourcePatternResolver Modifier and Type Constant Field Value public static final String
CLASSPATH_ALL_URL_PREFIX
"classpath*:"
-
org.springframework.core.task.AsyncTaskExecutor Modifier and Type Constant Field Value public static final long
TIMEOUT_IMMEDIATE
0L
public static final long
TIMEOUT_INDEFINITE
9223372036854775807L
-
org.springframework.core.task.SimpleAsyncTaskExecutor Modifier and Type Constant Field Value public static final int
NO_CONCURRENCY
0
public static final int
UNBOUNDED_CONCURRENCY
-1
-
org.springframework.core.type.classreading.CachingMetadataReaderFactory Modifier and Type Constant Field Value public static final int
DEFAULT_CACHE_LIMIT
256
-
org.springframework.util.AntPathMatcher Modifier and Type Constant Field Value public static final String
DEFAULT_PATH_SEPARATOR
"/"
-
org.springframework.util.ClassUtils Modifier and Type Constant Field Value public static final String
ARRAY_SUFFIX
"[]"
public static final String
CGLIB_CLASS_SEPARATOR
"$$"
public static final String
CLASS_FILE_SUFFIX
".class"
-
org.springframework.util.ConcurrencyThrottleSupport Modifier and Type Constant Field Value public static final int
NO_CONCURRENCY
0
public static final int
UNBOUNDED_CONCURRENCY
-1
-
org.springframework.util.FileCopyUtils Modifier and Type Constant Field Value public static final int
BUFFER_SIZE
4096
-
org.springframework.util.Log4jConfigurer Modifier and Type Constant Field Value public static final String
CLASSPATH_URL_PREFIX
"classpath:"
public static final String
XML_FILE_EXTENSION
".xml"
-
org.springframework.util.ResourceUtils Modifier and Type Constant Field Value public static final String
CLASSPATH_URL_PREFIX
"classpath:"
public static final String
FILE_URL_PREFIX
"file:"
public static final String
JAR_URL_SEPARATOR
"!/"
public static final String
URL_PROTOCOL_CODE_SOURCE
"code-source"
public static final String
URL_PROTOCOL_FILE
"file"
public static final String
URL_PROTOCOL_JAR
"jar"
public static final String
URL_PROTOCOL_VFS
"vfs"
public static final String
URL_PROTOCOL_VFSFILE
"vfsfile"
public static final String
URL_PROTOCOL_VFSZIP
"vfszip"
public static final String
URL_PROTOCOL_WSJAR
"wsjar"
public static final String
URL_PROTOCOL_ZIP
"zip"
-
org.springframework.util.StreamUtils Modifier and Type Constant Field Value public static final int
BUFFER_SIZE
4096
-
org.springframework.util.SystemPropertyUtils Modifier and Type Constant Field Value public static final String
PLACEHOLDER_PREFIX
"${"
public static final String
PLACEHOLDER_SUFFIX
"}"
public static final String
VALUE_SEPARATOR
":"
-
org.springframework.util.xml.TransformerUtils Modifier and Type Constant Field Value public static final int
DEFAULT_INDENT_AMOUNT
2
-
org.springframework.util.xml.XmlValidationModeDetector Modifier and Type Constant Field Value public static final int
VALIDATION_AUTO
1
public static final int
VALIDATION_DTD
2
public static final int
VALIDATION_NONE
0
public static final int
VALIDATION_XSD
3