类的使用
org.springframework.context.support.ApplicationObjectSupport
使用ApplicationObjectSupport的程序包 程序包 说明 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.web.context.support中ApplicationObjectSupport的使用
org.springframework.web.context.support中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classWebApplicationObjectSupportConvenient superclass for application objects running in aWebApplicationContext.org.springframework.web.reactive.function.server.support中ApplicationObjectSupport的使用
org.springframework.web.reactive.function.server.support中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classRouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions.org.springframework.web.reactive.handler中ApplicationObjectSupport的使用
org.springframework.web.reactive.handler中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractHandlerMappingAbstract base class forHandlerMappingimplementations.classAbstractUrlHandlerMappingAbstract base class for URL-mappedHandlerMappingimplementations.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface to map from URLs to request handler beans.org.springframework.web.reactive.result.method中ApplicationObjectSupport的使用
org.springframework.web.reactive.result.method中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractHandlerMethodMapping<T>Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classRequestMappingInfoHandlerMappingAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.org.springframework.web.reactive.result.method.annotation中ApplicationObjectSupport的使用
org.springframework.web.reactive.result.method.annotation中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classRequestMappingHandlerMappingAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.org.springframework.web.servlet.function.support中ApplicationObjectSupport的使用
org.springframework.web.servlet.function.support中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classRouterFunctionMappingHandlerMappingimplementation that supportsRouterFunctions.org.springframework.web.servlet.handler中ApplicationObjectSupport的使用
org.springframework.web.servlet.handler中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractDetectingUrlHandlerMappingAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classAbstractHandlerMappingAbstract base class forHandlerMappingimplementations.classAbstractHandlerMethodMapping<T>Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.classAbstractUrlHandlerMappingAbstract base class for URL-mappedHandlerMappingimplementations.classBeanNameUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to request handler beans.org.springframework.web.servlet.mvc中ApplicationObjectSupport的使用
org.springframework.web.servlet.mvc中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractControllerConvenient superclass for controller implementations, using the Template Method design pattern.classAbstractUrlViewControllerAbstract base class forControllersthat return a view name based on the request URL.classParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionally sets the response status code.classServletForwardingControllerSpring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping.classServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it manages internally.classUrlFilenameViewControllerSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.classWebContentInterceptorHandler interceptor that checks the request and prepares the response.org.springframework.web.servlet.mvc.method中ApplicationObjectSupport的使用
org.springframework.web.servlet.mvc.method中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractHandlerMethodAdapterAbstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.classRequestMappingInfoHandlerMappingAbstract base class for classes for whichRequestMappingInfodefines the mapping between a request and a handler method.org.springframework.web.servlet.mvc.method.annotation中ApplicationObjectSupport的使用
org.springframework.web.servlet.mvc.method.annotation中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classRequestMappingHandlerAdapterclassRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.org.springframework.web.servlet.resource中ApplicationObjectSupport的使用
org.springframework.web.servlet.resource中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classResourceHttpRequestHandlerHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.org.springframework.web.servlet.support中ApplicationObjectSupport的使用
org.springframework.web.servlet.support中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classWebContentGeneratorConvenient superclass for any kind of web content generator, likeAbstractControllerandWebContentInterceptor.org.springframework.web.servlet.view中ApplicationObjectSupport的使用
org.springframework.web.servlet.view中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractCachingViewResolverConvenient base class forViewResolverimplementations.classAbstractTemplateViewAdapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's FreeMarker macro library.classAbstractTemplateViewResolverAbstract base class for template view resolvers, in particular for FreeMarker views.classAbstractUrlBasedViewAbstract base class for URL-based views.classAbstractViewAbstract base class forViewimplementations.classBeanNameViewResolverA simple implementation ofViewResolverthat interprets a view name as a bean name in the current application context, i.e. typically in the XML file of the executingDispatcherServlet.classContentNegotiatingViewResolverImplementation ofViewResolverthat resolves a view based on the request file name orAcceptheader.classInternalResourceViewWrapper for a JSP or other resource within the same web application.classInternalResourceViewResolverConvenient subclass ofUrlBasedViewResolverthat supportsInternalResourceView(i.e.classJstlViewSpecialization ofInternalResourceViewfor JSTL pages, i.e.classRedirectViewView that redirects to an absolute, context relative, or current request relative URL.classResourceBundleViewResolverAViewResolverimplementation that uses bean definitions in aResourceBundle, specified by the bundle basename.classUrlBasedViewResolverSimple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.classXmlViewResolverAViewResolverimplementation that uses bean definitions in a dedicated XML file for view definitions, specified by resource location.org.springframework.web.servlet.view.document中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.document中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm.classAbstractPdfViewAbstract superclass for PDF views.classAbstractXlsViewConvenient superclass for Excel document views in traditional XLS format.classAbstractXlsxStreamingViewConvenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.classAbstractXlsxViewConvenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).org.springframework.web.servlet.view.feed中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.feed中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractAtomFeedViewAbstract superclass for Atom Feed views, using the ROME package.classAbstractFeedView<T extends com.rometools.rome.feed.WireFeed>Abstract base class for Atom and RSS Feed views, using the ROME package.classAbstractRssFeedViewAbstract superclass for RSS Feed views, using the ROME package.org.springframework.web.servlet.view.freemarker中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.freemarker中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classFreeMarkerViewView using the FreeMarker template engine.classFreeMarkerViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsFreeMarkerView(i.e.org.springframework.web.servlet.view.groovy中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.groovy中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classGroovyMarkupViewAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.classGroovyMarkupViewResolverConvenience subclass of @link AbstractTemplateViewResolver} that supportsGroovyMarkupView(i.e.org.springframework.web.servlet.view.json中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.json中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classAbstractJackson2ViewAbstract base class for Jackson based and content type independentAbstractViewimplementations.classMappingJackson2JsonViewSpring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper.org.springframework.web.servlet.view.script中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.script中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.classScriptTemplateViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it.org.springframework.web.servlet.view.tiles3中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.tiles3中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classTilesViewViewimplementation that renders through the Tiles Request API.classTilesViewResolverConvenience subclass ofUrlBasedViewResolverthat supportsTilesView(i.e.org.springframework.web.servlet.view.xml中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.xml中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classMappingJackson2XmlViewSpring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.classMarshallingViewSpring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.org.springframework.web.servlet.view.xslt中ApplicationObjectSupport的使用
org.springframework.web.servlet.view.xslt中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classXsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.classXsltViewResolverViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet.org.springframework.web.socket.server.standard中ApplicationObjectSupport的使用
org.springframework.web.socket.server.standard中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classServerEndpointExporterDetects beans of typeServerEndpointConfigand registers with the standard Java WebSocket runtime.org.springframework.web.socket.server.support中ApplicationObjectSupport的使用
org.springframework.web.socket.server.support中ApplicationObjectSupport的子类 修饰符和类型 类 说明 classWebSocketHandlerMappingAn extension ofSimpleUrlHandlerMappingthat is also aSmartLifecyclecontainer and propagates start and stop calls to any handlers that implementLifecycle.