程序包的使用
cn.taketoday.web.accept
使用cn.taketoday.web.accept的程序包
程序包
说明
This package contains classes used to determine the requested the media types in a request.
Request context parameter resolvers
Web Handler
Common MVC logic for matching incoming requests based on conditions.
Method handler
Support classes for serving static resources.
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
-
类说明Base class for
ContentNegotiationStrategyimplementations with the steps to resolve a request to media types.Central class to determine requested media types for a request.A strategy for resolving the requested media types for a request.An implementation ofMediaTypeFileExtensionResolverthat maintains lookups between file extensions and MediaTypes in both directions.Strategy to resolve aMediaTypeto a list of file extensions — for example, to resolve "application/json" to "json". -
-
类说明Central class to determine requested media types for a request.Factory to create a
ContentNegotiationManagerand configure it withContentNegotiationStrategyinstances.A strategy for resolving the requested media types for a request. -
-
-
-
-