程序包的使用
org.springframework.context.support
使用org.springframework.context.support的程序包 程序包 说明 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.format.datetime Formatters forjava.util.Dateproperties.org.springframework.format.datetime.joda Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.org.springframework.format.datetime.standard Integration with the JSR-310java.timepackage in JDK 8.org.springframework.format.number Formatters forjava.lang.Numberproperties.org.springframework.format.number.money Integration with the JSR-354javax.moneypackage.org.springframework.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.7 compliant RAR file.org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.servlet.function.support Classes supporting theorg.springframework.web.servlet.functionpackage.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.servlet.support Support classes for Spring's web MVC framework.org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel.org.springframework.web.servlet.view.feed Support classes for feed generation, providing View implementations for Atom and RSS.org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.groovy Support classes for the integration of Groovy Templates as Spring web view technology.org.springframework.web.servlet.view.json Support classes for providing a View implementation based on JSON serialization.org.springframework.web.servlet.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.org.springframework.web.servlet.view.tiles3 Support classes for the integration of Tiles 3 (the standalone version of Tiles) as Spring web view technology.org.springframework.web.servlet.view.xml Support classes for providing a View implementation based on XML Marshalling.org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets.org.springframework.web.socket.server.standard Server-side classes for use with standard JSR-356 WebSocket endpoints.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.org.springframework.context.annotation使用的org.springframework.context.support中的类 类 说明 AbstractApplicationContext Abstract implementation of theApplicationContextinterface.GenericApplicationContext Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.org.springframework.context.support使用的org.springframework.context.support中的类 类 说明 AbstractApplicationContext Abstract implementation of theApplicationContextinterface.AbstractMessageSource Abstract implementation of theHierarchicalMessageSourceinterface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.AbstractRefreshableApplicationContext Base class forApplicationContextimplementations which are supposed to support multiple calls toAbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.AbstractRefreshableConfigApplicationContext AbstractRefreshableApplicationContextsubclass that adds common handling of specified config locations.AbstractResourceBasedMessageSource Abstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.AbstractXmlApplicationContext Convenient base class forApplicationContextimplementations, drawing configuration from XML documents containing bean definitions understood by anXmlBeanDefinitionReader.GenericApplicationContext Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.LiveBeansViewMBean MBean operation interface for theLiveBeansViewfeature.MessageSourceAccessor Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.MessageSourceSupport Base class for message source implementations, providing support infrastructure such asMessageFormathandling but not implementing concrete methods defined in theMessageSource.ReloadableResourceBundleMessageSource.PropertiesHolder PropertiesHolder for caching.StaticMessageSource Simple implementation ofMessageSourcewhich allows messages to be registered programmatically.org.springframework.format.datetime使用的org.springframework.context.support中的类 类 说明 EmbeddedValueResolutionSupport Convenient base class for components with a need for embedded value resolution (i.e.org.springframework.format.datetime.joda使用的org.springframework.context.support中的类 类 说明 EmbeddedValueResolutionSupport Convenient base class for components with a need for embedded value resolution (i.e.org.springframework.format.datetime.standard使用的org.springframework.context.support中的类 类 说明 EmbeddedValueResolutionSupport Convenient base class for components with a need for embedded value resolution (i.e.org.springframework.format.number使用的org.springframework.context.support中的类 类 说明 EmbeddedValueResolutionSupport Convenient base class for components with a need for embedded value resolution (i.e.org.springframework.format.number.money使用的org.springframework.context.support中的类 类 说明 EmbeddedValueResolutionSupport Convenient base class for components with a need for embedded value resolution (i.e.org.springframework.jca.context使用的org.springframework.context.support中的类 类 说明 AbstractApplicationContext Abstract implementation of theApplicationContextinterface.GenericApplicationContext Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.org.springframework.test.context.support使用的org.springframework.context.support中的类 类 说明 GenericApplicationContext Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.org.springframework.validation使用的org.springframework.context.support中的类 类 说明 DefaultMessageSourceResolvable Spring's default implementation of theMessageSourceResolvableinterface.org.springframework.web.context.support使用的org.springframework.context.support中的类 类 说明 AbstractApplicationContext Abstract implementation of theApplicationContextinterface.AbstractRefreshableApplicationContext Base class forApplicationContextimplementations which are supposed to support multiple calls toAbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.AbstractRefreshableConfigApplicationContext AbstractRefreshableApplicationContextsubclass that adds common handling of specified config locations.ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.GenericApplicationContext Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.LiveBeansView Adapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a localApplicationContext(with a localLiveBeansViewbean definition) or all registered ApplicationContexts (driven by the "spring.liveBeansView.mbeanDomain" environment property).LiveBeansViewMBean MBean operation interface for theLiveBeansViewfeature.StaticApplicationContext ApplicationContextimplementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.org.springframework.web.reactive.function.server.support使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.reactive.handler使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.reactive.result.method使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.reactive.result.method.annotation使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.function.support使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.handler使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.mvc使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.mvc.method使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.resource使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.support使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.document使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.feed使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.freemarker使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.groovy使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.json使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.script使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.tiles3使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.xml使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.servlet.view.xslt使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.socket.server.standard使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.org.springframework.web.socket.server.support使用的org.springframework.context.support中的类 类 说明 ApplicationObjectSupport Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.