public class

SuperBatchSubResource

extends SuperBatchPluginResource
java.lang.Object
   ↳ com.atlassian.plugin.webresource.SuperBatchPluginResource
     ↳ com.atlassian.plugin.webresource.SuperBatchSubResource

Class Overview

Represents a plugin resource that is a subordinate of the super batch. This is typically the case for CSS in the superbatch with relative urls to images. For example: /download/superbatch/css/images/foo.png

Summary

Public Constructors
SuperBatchSubResource(String resourceName, String type, Map<StringString> params)
Public Methods
static boolean matches(String path)
static SuperBatchSubResource parse(String path, Map<StringString> params)
[Expand]
Inherited Methods
From class com.atlassian.plugin.webresource.SuperBatchPluginResource
From class java.lang.Object
From interface com.atlassian.plugin.servlet.DownloadableResource
From interface com.atlassian.plugin.webresource.BatchResource
From interface com.atlassian.plugin.webresource.PluginResource

Public Constructors

public SuperBatchSubResource (String resourceName, String type, Map<StringString> params)

Public Methods

public static boolean matches (String path)

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