|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface Scripts
A container for script declarations.
| Optional Element Summary | |
|---|---|
AssetLocation |
location
The default script asset location used by the contained scripts when no location is explicitly defined. |
int |
maxAge
Defines max-age cache control headers for script assets. |
Script[] |
value
The contained scripts. |
public abstract Script[] value
public abstract AssetLocation location
public abstract int maxAge
max-age cache control headers for script assets.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||