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