public final class StyleSheetBuilder extends AbstractResourceBuilder<StyleSheetItem,StyleSheetParams,URL>
| Modifier and Type | Field and Description |
|---|---|
private static String |
CSS_EXT
The css file extension.
|
private static org.slf4j.Logger |
LOGGER
The class logger.
|
| Constructor and Description |
|---|
StyleSheetBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected URL |
buildResource(StyleSheetItem ssi,
StyleSheetParams ssp)
Build the resource requested.
|
private URL |
buildStyleSheetUrl(StyleSheet ss)
Build a local image with its local path.
|
private URL |
buildUrl(String styleSheetPath,
boolean skipStylesFolder)
Get a style sheet URL.
|
get, getParam, getParamKey, set, storeParamsprivate static final org.slf4j.Logger LOGGER
private static final String CSS_EXT
protected URL buildResource(StyleSheetItem ssi, StyleSheetParams ssp)
buildResource in class AbstractResourceBuilder<StyleSheetItem,StyleSheetParams,URL>ssi - the parameter item used to identify the resource elementssp - the primitive parameters used to build the resourceprivate URL buildStyleSheetUrl(StyleSheet ss)
ss - the local image paramsCopyright © 2011–2014 JRebirth OSS. All rights reserved.