Uses of Interface
com.helger.html.resource.IHTMLResourceProvider
-
Packages that use IHTMLResourceProvider Package Description com.helger.html.resource.css com.helger.html.resource.js -
-
Uses of IHTMLResourceProvider in com.helger.html.resource.css
Subinterfaces of IHTMLResourceProvider in com.helger.html.resource.css Modifier and Type Interface Description interfaceICSSCodeProviderInterface for an inline CSS code provider.interfaceICSSPathProviderProvides a path to an external CSS object.interfaceICSSProviderBase for external CSS provider with all constraintsClasses in com.helger.html.resource.css that implement IHTMLResourceProvider Modifier and Type Class Description classConstantCSSCodeProviderImplementation ofICSSCodeProviderwith constant values.classConstantCSSPathProviderImplementation ofICSSPathProviderwith constant paths. -
Uses of IHTMLResourceProvider in com.helger.html.resource.js
Subinterfaces of IHTMLResourceProvider in com.helger.html.resource.js Modifier and Type Interface Description interfaceIJSPathProviderProvides a path to an external JS object.interfaceIJSProviderBase for external JS provider with all constraintsClasses in com.helger.html.resource.js that implement IHTMLResourceProvider Modifier and Type Class Description classConstantJSPathProviderAn implementation ofIJSPathProviderusing constant paths.
-