@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface Assets
Modifier and Type | Optional Element and Description |
---|---|
Script[] |
declaredScripts
Declare a set of scripts for the application, those scripts are not sent.
|
Stylesheet[] |
declaredStylesheets
Declare a set of stylesheet for the application, those scripts are not sent.
|
AssetLocation |
location
The default asset location used by the contained assets when no location
is explicitly defined.
|
Script[] |
scripts
The application scripts.
|
Stylesheet[] |
stylesheets
The application stylesheets.
|
public abstract Script[] scripts
public abstract Script[] declaredScripts
public abstract Stylesheet[] stylesheets
public abstract Stylesheet[] declaredStylesheets
public abstract AssetLocation location
Copyright © 2013 eXo Platform SAS. All Rights Reserved.