public interface WebResourceFormatter extends WebResourceFilter
The WebResourceFilter.matches(String) method should be called before calling formatResource(String, Map),
to ensure correct formatting of the resource.
| Modifier and Type | Method and Description |
|---|---|
String |
formatResource(String url,
Map<String,String> parameters)
Returns a formatted resource string.
|
matchesCopyright © 2018 Atlassian. All rights reserved.