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