| java.lang.Object | |
| ↳ | com.atlassian.plugin.webresource.CssWebResource |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if this filter supports the inclusion of the given resource.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Should return a List of parameter name
Strings, which the WebResourceFormatter will write out as
HTML attributes. | |||||||||||
A convenient method to convert the given parameter map into a List of HTML
String attributes. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.webresource.WebResourceFilter
| |||||||||||
Returns true if this filter supports the inclusion of the given resource.
A convenient method to convert the given parameter map into a List of HTML String attributes.
For example, an entry with key 'foo' and value 'bar' is converted to the attribute string, foo="bar".
Only parameters that are supported by the WebResourceFormatter are formatted (See getAttributeParameters()).
| params | a Map of parameters |
|---|
String attributes