Package com.helger.html.resource
Interface IHTMLResourceProvider
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ICSSCodeProvider,ICSSPathProvider,ICSSProvider,IJSPathProvider,IJSProvider
- All Known Implementing Classes:
ConstantCSSCodeProvider,ConstantCSSPathProvider,ConstantJSPathProvider
public interface IHTMLResourceProvider extends Serializable
Base interface of CSS and JS providers.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_IS_BUNDLABLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBundlable()
-
-
-
Field Detail
-
DEFAULT_IS_BUNDLABLE
static final boolean DEFAULT_IS_BUNDLABLE
- See Also:
- Constant Field Values
-
-