程序包的使用
cn.taketoday.web

使用cn.taketoday.web的程序包
程序包
说明
Web Session Supports like Servlet's Session
 
This package contains classes used to determine the requested the media types in a request.
 
Request context parameter resolvers
Request context date parameter resolvers
 
 
Support for asynchronous request processing.
 
Support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
Web Handler
Common MVC logic for matching incoming requests based on conditions.
Provides the types that make up Infra functional web framework.
Classes supporting the cn.taketoday.web.servlet.function package.
Method handler
Standard controller implementations for the MVC framework use like Framework
 
Locale support classes for web MVC framework.
Support classes for serving static resources.
 
 
 
Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
Support classes for document generation, providing View implementations for PDF and Excel.
Support classes for feed generation, providing View implementations for Atom and RSS.
Support classes for the integration of FreeMarker as Framework web view technology.
Support classes for the integration of Groovy Templates as Framework web view technology.
Support classes for providing a View implementation based on JSON serialization.
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.
Support classes for providing a View implementation based on XML Marshalling.
Support classes for XSLT, providing a View implementation for XSLT stylesheets.