Java org.springframework.web.servlet.resource ResourceTransformerChain fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.resource ResourceTransformerChain fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.resource ResourceTransformerChain.

The text is from its open source code.

Method

ResourceResolverChaingetResolverChain()
Return the ResourceResolverChain that was used to resolve the Resource being transformed.
Resourcetransform(HttpServletRequest request, Resource resource)
Transform the given resource.