Package com.atlassian.plugin.webresource
Interface WebResourceFormatter
- All Superinterfaces:
WebResourceFilter
- All Known Implementing Classes:
CssWebResource,JavascriptWebResource,PrefetchLinkWebResource
A formatter to format web resources into HTML.
The WebResourceFilter.matches(String) method should be called before calling formatResource(String, Map),
to ensure correct formatting of the resource.
-
Method Summary
Methods inherited from interface com.atlassian.webresource.api.WebResourceFilter
matches