程序包的使用
cn.taketoday.web.servlet
使用cn.taketoday.web.servlet的程序包
程序包
说明
Support for asynchronous request processing.
Standard controller implementations for the MVC framework use like Framework
Locale support classes for web MVC framework.
Support classes for serving static resources.
-
-
类说明Interface to be implemented by any object that wishes to be notified of the
ServletContext(typically determined by theWebApplicationContext) that it runs in. -
类说明Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
-
类说明Interface to be implemented by any object that wishes to be notified of the
ServletContext(typically determined by theWebApplicationContext) that it runs in. -
类说明Interface to be implemented by configurable web application contexts.Performs the actual initialization work for the root application context.Interface to be implemented by any object that wishes to be notified of the
ServletContext(typically determined by theWebApplicationContext) that it runs in.Servlet environment implementationHelper class for URL path matching.Interface to provide configuration for a servlet web application. -
类说明
HttpServletResponsewrapper that caches all content written to the output stream and writer, and allows this content to be retrieved via abyte array.Interface to be implemented by any object that wishes to be notified of theServletContext(typically determined by theWebApplicationContext) that it runs in. -
类说明Interface to be implemented by configurable web application contexts.Specialization of
ConfigurableEnvironmentallowing initialization of servlet-relatedPropertySourceobjects at the earliest moment that theServletContextand (optionally)ServletConfigbecome available.Interface to be implemented by any object that wishes to be notified of theServletContext(typically determined by theWebApplicationContext) that it runs in.Interface to provide configuration for a servlet web application. -
类说明Interface to be implemented by any object that wishes to be notified of the
ServletContext(typically determined by theWebApplicationContext) that it runs in.