Interface ResourceTransformerChain


  • public interface ResourceTransformerChain
    A contract for invoking a chain of ResourceTransformers where each resolver is given a reference to the chain allowing it to delegate when necessary.
    Since:
    4.1
    Author:
    Rossen Stoyanchev
    • Method Detail

      • getResolverChain

        ResourceResolverChain getResolverChain()
        Return the ResourceResolverChain that was used to resolve the Resource being transformed. This may be needed for resolving related resources, e.g. links to other resources.