Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.resource Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
AbstractResourceResolverBase class for ResourceResolverSince:4.Classorg.springframework.web.servlet.resourceSpring MVC
AbstractVersionStrategyAbstract base class for VersionStrategy implementations.Classorg.springframework.web.servlet.resourceSpring MVC
AbstractVersionStrategy .FileNameVersionPathStrategyFile name-based VersionPathStrategy,e.Classorg.springframework.web.servlet.resource.AbstractVersionStrategySpring MVC
AbstractVersionStrategy .PrefixVersionPathStrategyA prefix-based VersionPathStrategy,e.Classorg.springframework.web.servlet.resource.AbstractVersionStrategySpring MVC
AppCacheManifestTransformerA ResourceTransformer implementation that helps handling resourceswithin HTML5 AppCache manifests for HTML5 offline applications.Classorg.springframework.web.servlet.resourceSpring MVC
CachingResourceResolverA ResourceResolver thatresolves resources from a Cache or otherwiseClassorg.springframework.web.servlet.resourceSpring MVC
CachingResourceTransformerA ResourceTransformer that checks aCache to see if a previously transformed resourceClassorg.springframework.web.servlet.resourceSpring MVC
ContentVersionStrategyA VersionStrategy that calculates an Hex MD5 hashes from the contentof the resource and appends it to the file name, e.Classorg.springframework.web.servlet.resourceSpring MVC
CssLinkResourceTransformerA ResourceTransformer implementation that modifies links in a CSSfile to match the public URL paths that should be exposed to clients (e.Classorg.springframework.web.servlet.resourceSpring MVC
CssLinkResourceTransformer .AbstractCssLinkParserClassorg.springframework.web.servlet.resource.CssLinkResourceTransformerSpring MVC
CssLinkResourceTransformer .CssLinkParserSetInterfaceorg.springframework.web.servlet.resource.CssLinkResourceTransformerSpring MVC
DefaultServletHttpRequestHandlerAn HttpRequestHandler for serving static files using the Servlet container's default Servlet.Classorg.springframework.web.servlet.resourceSpring MVC
EncodedResourceInterface for a resource descriptor that describes the encodingapplied to the entire resource content.Interfaceorg.springframework.web.servlet.resourceSpring MVC
FixedVersionStrategyA VersionStrategy that relies on a fixed version applied as a requestpath prefix, e.Classorg.springframework.web.servlet.resourceSpring MVC
GzipResourceResolverA ResourceResolver that delegates to the chain to locate a resourceand then attempts to find a variation with the .Classorg.springframework.web.servlet.resourceSpring MVC
PathResourceResolverA simple ResourceResolver that tries to find a resource under the givenlocations matching to the request path.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceHttpRequestHandlerHttpRequestHandler that serves static resources optimized for superior browser performance(according to the guidelines of Page Speed, YSlow, etc.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceResolverA strategy for resolving a request to a server-side resource.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceResolverChainA contract for invoking a chain of ResourceResolvers where each resolveris given a reference to the chain allowing it to delegate when necessary.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceServletSimple servlet that can expose an internal resource, including adefault URL if the specified resource is not found.Classorg.springframework.web.servletSpring MVC
ResourceTransformerAn abstraction for transforming the content of a resource.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceTransformerChainA contract for invoking a chain of ResourceTransformers where each resolveris given a reference to the chain allowing it to delegate when necessary.Interfaceorg.springframework.web.servlet.resourceSpring MVC
ResourceTransformerSupportA base class for a ResourceTransformer with an optional helper methodfor resolving public links within a transformed resource.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceUrlEncodingFilterA filter that wraps the HttpServletResponse and overrides itsencodeURL method in order toClassorg.springframework.web.servlet.resourceSpring MVC
ResourceUrlProviderA central component to use to obtain the public URL path that clients shoulduse to access a static resource.Classorg.springframework.web.servlet.resourceSpring MVC
ResourceUrlProviderExposingInterceptorAn interceptor that exposes the ResourceUrlProvider instance itis configured with as a request attribute.Classorg.springframework.web.servlet.resourceSpring MVC
TransformedResourceAn extension of ByteArrayResourcethat a ResourceTransformer can use to represent an originalClassorg.springframework.web.servlet.resourceSpring MVC
VersionPathStrategyA strategy for extracting and embedding a resource version in its URL path.Interfaceorg.springframework.web.servlet.resourceSpring MVC
VersionResourceResolverResolves request paths containing a version string that can be used as partof an HTTP caching strategy in which a resource is cached with a date in theClassorg.springframework.web.servlet.resourceSpring MVC
VersionStrategyAn extension of VersionPathStrategy that adds a methodto determine the actual version of a Resource.Interfaceorg.springframework.web.servlet.resourceSpring MVC
WebJarsResourceResolverA ResourceResolver that delegates to the chain to locate a resource and thenattempts to find a matching versioned resource contained in a WebJar JAR file.Classorg.springframework.web.servlet.resourceSpring MVC