public interface StyleSheetEnum extends StyleSheetItem
URL
.
Take care of the value used for (CoreParameters#STYLE_FOLDER
) which will be prepend to the style sheet path.Modifier and Type | Method and Description |
---|---|
default ResourceBuilder<StyleSheetItem,StyleSheetParams,URL> |
builder()
Return the resource builder.
|
default void |
ss(String name)
Build and register a
StyleSheet . |
default void |
ss(String path,
String name)
Build and register a
StyleSheet . |
get, set
default ResourceBuilder<StyleSheetItem,StyleSheetParams,URL> builder()
builder
in interface ResourceItem<StyleSheetItem,StyleSheetParams,URL>
default void ss(String path, String name)
StyleSheet
.path
- the style sheet local pathname
- the style sheet namedefault void ss(String name)
StyleSheet
.name
- the style sheet file nameCopyright © 2011–2016 JRebirth OSS. All rights reserved.