public class AssetConfiguration extends Object
| Constructor and Description |
|---|
AssetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCss()
Get any stylesheets for use with the HTML view.
|
String |
getIcon()
Get an icon for the HTML view.
|
List<String> |
getJs()
Get any javascript resources for use with the HTML view.
|
String |
getTemplate()
Get the template filename.
|
void |
setCss(List<String> css)
Set any stylesheets for use with the HTML view.
|
void |
setIcon(String icon)
Set an icon for the HTML view.
|
void |
setJs(List<String> js)
Set any javascript resources for use with the HTML view.
|
void |
setTemplate(String template)
Set the template filename.
|
public void setIcon(String icon)
icon - a URL for a site iconpublic String getIcon()
public void setCss(List<String> css)
css - the CSS URLspublic List<String> getCss()
public void setJs(List<String> js)
js - the javascript URLspublic List<String> getJs()
public void setTemplate(String template)
template - the template filenamepublic String getTemplate()