Uses of Interface
fr.brouillard.oss.cssfx.api.URIToPathConverter
-
Packages that use URIToPathConverter Package Description fr.brouillard.oss.cssfx fr.brouillard.oss.cssfx.impl -
-
Uses of URIToPathConverter in fr.brouillard.oss.cssfx
Methods in fr.brouillard.oss.cssfx with parameters of type URIToPathConverter Modifier and Type Method Description static CSSFX.CSSFXConfigCSSFX. addConverter(URIToPathConverter converter)Register a new converter that will be used to map CSS resources to local file.CSSFX.CSSFXConfigCSSFX.CSSFXConfig. addConverter(URIToPathConverter converter)Register a new converter that will be used to map CSS resources to local file. -
Uses of URIToPathConverter in fr.brouillard.oss.cssfx.impl
Fields in fr.brouillard.oss.cssfx.impl declared as URIToPathConverter Modifier and Type Field Description static URIToPathConverter[]URIToPathConverters. DEFAULT_CONVERTERSMethods in fr.brouillard.oss.cssfx.impl with parameters of type URIToPathConverter Modifier and Type Method Description voidCSSFXMonitor. addAllConverters(URIToPathConverter... converters)voidCSSFXMonitor. addConverter(URIToPathConverter newConverter)voidCSSFXMonitor. removeConverter(URIToPathConverter converter)Method parameters in fr.brouillard.oss.cssfx.impl with type arguments of type URIToPathConverter Modifier and Type Method Description voidCSSFXMonitor. addAllConverters(Collection<URIToPathConverter> converters)Constructor parameters in fr.brouillard.oss.cssfx.impl with type arguments of type URIToPathConverter Constructor Description URIRegistrar(List<URIToPathConverter> c, PathsWatcher wp)
-