|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface Assets
Declares assets.
| Optional Element Summary | |
|---|---|
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 Stylesheet[] stylesheets
public abstract AssetLocation location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||