Uses of Package
org.springframework.web.reactive.resource
Package
Description
Spring WebFlux configuration infrastructure.
Support classes for serving static resources.
-
ClassDescriptionA strategy for resolving a request to a server-side resource.An abstraction for transforming the content of a resource.A central component to use to obtain the public URL path that clients should use to access a static resource.
HttpRequestHandler
that serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc. -
ClassDescriptionAbstract base class for filename suffix based
VersionStrategy
implementations, e.g.Abstract base class forVersionStrategy
implementations that insert a prefix into the URL path, e.g.BaseResourceResolver
providing consistent logging.Extract content chunks that represent links.A strategy for resolving a request to a server-side resource.A contract for invoking a chain ofResourceResolvers
where each resolver is given a reference to the chain allowing it to delegate when necessary.An abstraction for transforming the content of a resource.A contract for invoking a chain ofResourceTransformers
where each resolver is given a reference to the chain allowing it to delegate when necessary.A base class for aResourceTransformer
with an optional helper method for resolving public links within a transformed resource.A central component to use to obtain the public URL path that clients should use to access a static resource.HttpRequestHandler
that serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.Resolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a date in the distant future (e.g.A strategy to determine the version of a static resource and to apply and/or extract it from the URL path.