程序包的使用
cn.taketoday.web.util
使用cn.taketoday.web.util的程序包
程序包
说明
Request context parameter resolvers
Core package of the client-side web support.
Web client config.
Provides the types that make up Infra functional web framework.
Method handler
Provides a reactive
WebClient
that builds on top of the
cn.taketoday.http.client.reactive reactive HTTP adapter layer.Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
-
-
类说明
UriBuilderFactorythat relies onUriComponentsBuilderfor the actual building of the URI.Builder-style methods to prepare and expand a URI template with variables.Factory to createUriBuilderinstances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.Defines methods for expanding a URI template with variables. -
-
-
-
-
类说明Builder-style methods to prepare and expand a URI template with variables.Factory to create
UriBuilderinstances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory. -
类说明Builder-style methods to prepare and expand a URI template with variables.Builder for
UriComponents. -
类说明Abstract base class for
UriTemplateHandlerimplementations.DefaultUriBuilderFactoryspecific implementation of UriBuilder.Enum to represent multiple URI encoding strategies.Extension ofUriComponentsfor hierarchical URIs.Defines the contract for path (segments).Enumeration used to identify the allowed characters per URI component.Represents a set of character entity references defined by the HTML 4.0 standard.Builder-style methods to prepare and expand a URI template with variables.Factory to createUriBuilderinstances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.Represents an immutable collection of URI components, mapping component type to String values.Defines the contract for URI Template variables.Builder forUriComponents.Helper to extract variable names and regex for matching to actual URLs.Defines methods for expanding a URI template with variables.