| 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
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
SuperBatchSubResourceBuilder
(ResourceDependencyResolver dependencyResolver, DownloadableResourceFinder resourceFinder)
Public Methods
public
boolean
matches
(String path)