Class WebResourceManagerImpl

java.lang.Object
com.atlassian.plugin.webresource.WebResourceManagerImpl
All Implemented Interfaces:
WebResourceManager

public class WebResourceManagerImpl extends Object implements WebResourceManager
A handy super-class that handles most of the resource management.

To use this manager, you need to have the following UrlRewriteFilter code:

 <rule>
 <from>^/s/(.*)/_/(.*)</from>
 <run class="com.atlassian.plugin.servlet.ResourceDownloadUtils" method="addCachingHeaders" />
 <to type="forward">/$2</to>
 </rule>
 

Sub-classes should implement the abstract methods