程序包的使用
org.springframework.core.env
使用org.springframework.core.env的程序包 程序包 说明 org.springframework.beans.factory.groovy Support package for Groovy-based bean definitions.org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.beans.support Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.core.env Spring's environment abstraction consisting of bean definition profile and hierarchical property source support.org.springframework.core.io Generic abstraction for (file-based) resources, used throughout the framework.org.springframework.core.io.support Support classes for Spring's resource abstraction.org.springframework.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.7 compliant RAR file.org.springframework.jndi The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.org.springframework.mock.env This package contains mock implementations of theEnvironmentandPropertySourceabstractions introduced in Spring 3.1.org.springframework.orm.hibernate5.support Classes supporting theorg.springframework.orm.hibernate5package.org.springframework.orm.jpa.support Classes supporting theorg.springframework.orm.jpapackage.org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.web.context Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration.org.springframework.web.multipart.support Support classes for the multipart resolution framework.org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.beans.factory.groovy使用的org.springframework.core.env中的类 类 说明 EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.beans.factory.support使用的org.springframework.core.env中的类 类 说明 Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.beans.factory.xml使用的org.springframework.core.env中的类 类 说明 Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.beans.support使用的org.springframework.core.env中的类 类 说明 PropertyResolver Interface for resolving properties against any underlying source.org.springframework.context使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.context.annotation使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.context.support使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.ConfigurablePropertyResolver Configuration interface to be implemented by most if not allPropertyResolvertypes.Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.PropertySources Holder containing one or morePropertySourceobjects.org.springframework.core.env使用的org.springframework.core.env中的类 类 说明 AbstractEnvironment Abstract base class forEnvironmentimplementations.AbstractPropertyResolver Abstract base class for resolving properties against any underlying source.CommandLinePropertySource Abstract base class forPropertySourceimplementations backed by command line arguments.ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.ConfigurablePropertyResolver Configuration interface to be implemented by most if not allPropertyResolvertypes.EnumerablePropertySource APropertySourceimplementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs.Environment Interface representing the environment in which the current application is running.MapPropertySource PropertySourcethat reads keys and values from aMapobject.MissingRequiredPropertiesException Exception thrown when required properties are not found.MutablePropertySources The default implementation of thePropertySourcesinterface.Profiles Profile predicate that may be accepted by anEnvironment.PropertyResolver Interface for resolving properties against any underlying source.PropertySource Abstract base class representing a source of name/value property pairs.PropertySources Holder containing one or morePropertySourceobjects.org.springframework.core.io使用的org.springframework.core.env中的类 类 说明 PropertyResolver Interface for resolving properties against any underlying source.org.springframework.core.io.support使用的org.springframework.core.env中的类 类 说明 EnumerablePropertySource APropertySourceimplementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs.MapPropertySource PropertySourcethat reads keys and values from aMapobject.PropertiesPropertySource PropertySourceimplementation that extracts properties from aPropertiesobject.PropertyResolver Interface for resolving properties against any underlying source.PropertySource Abstract base class representing a source of name/value property pairs.org.springframework.jca.context使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.jndi使用的org.springframework.core.env中的类 类 说明 PropertySource Abstract base class representing a source of name/value property pairs.org.springframework.mock.env使用的org.springframework.core.env中的类 类 说明 AbstractEnvironment Abstract base class forEnvironmentimplementations.ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.ConfigurablePropertyResolver Configuration interface to be implemented by most if not allPropertyResolvertypes.EnumerablePropertySource APropertySourceimplementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs.Environment Interface representing the environment in which the current application is running.MapPropertySource PropertySourcethat reads keys and values from aMapobject.PropertiesPropertySource PropertySourceimplementation that extracts properties from aPropertiesobject.PropertyResolver Interface for resolving properties against any underlying source.PropertySource Abstract base class representing a source of name/value property pairs.org.springframework.orm.hibernate5.support使用的org.springframework.core.env中的类 类 说明 EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.orm.jpa.support使用的org.springframework.core.env中的类 类 说明 EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.test.context.support使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.org.springframework.web.context使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.ConfigurablePropertyResolver Configuration interface to be implemented by most if not allPropertyResolvertypes.Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.PropertyResolver Interface for resolving properties against any underlying source.org.springframework.web.context.support使用的org.springframework.core.env中的类 类 说明 AbstractEnvironment Abstract base class forEnvironmentimplementations.ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.ConfigurablePropertyResolver Configuration interface to be implemented by most if not allPropertyResolvertypes.EnumerablePropertySource APropertySourceimplementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs.Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.MutablePropertySources The default implementation of thePropertySourcesinterface.PropertyResolver Interface for resolving properties against any underlying source.PropertySource Abstract base class representing a source of name/value property pairs.StandardEnvironment Environmentimplementation suitable for use in 'standard' (i.e. non-web) applications.org.springframework.web.filter使用的org.springframework.core.env中的类 类 说明 Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.web.multipart.support使用的org.springframework.core.env中的类 类 说明 EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.web.servlet使用的org.springframework.core.env中的类 类 说明 ConfigurableEnvironment Configuration interface to be implemented by most if not allEnvironmenttypes.Environment Interface representing the environment in which the current application is running.EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.org.springframework.web.servlet.resource使用的org.springframework.core.env中的类 类 说明 EnvironmentCapable Interface indicating a component that contains and exposes anEnvironmentreference.