public class

SuperBatchSubResourceBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.plugin.webresource.SuperBatchSubResourceBuilder

Class Overview

Provides a fallback to serve resources relative to a super batch resource In practice, the resources url should be transformed via the {{com.atlassian.plugin.webresource.RelativeURLTransformResource}}. This builder is in place in case this does not happen

Summary

Public Constructors
SuperBatchSubResourceBuilder(ResourceDependencyResolver dependencyResolver, DownloadableResourceFinder resourceFinder)
Public Methods
boolean matches(String path)
DownloadableResource parse(String path, Map<StringString> params)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SuperBatchSubResourceBuilder (ResourceDependencyResolver dependencyResolver, DownloadableResourceFinder resourceFinder)

Public Methods

public boolean matches (String path)

public DownloadableResource parse (String path, Map<StringString> params)