Uses of Interface
com.vaadin.sass.internal.resolver.ScssStylesheetResolver

Packages that use ScssStylesheetResolver
com.vaadin.sass.internal   
com.vaadin.sass.internal.resolver   
 

Uses of ScssStylesheetResolver in com.vaadin.sass.internal
 

Methods in com.vaadin.sass.internal that return types with arguments of type ScssStylesheetResolver
 List<ScssStylesheetResolver> ScssStylesheet.getResolvers()
          Retrieves a list of resolvers to use when resolving imports
 

Methods in com.vaadin.sass.internal with parameters of type ScssStylesheetResolver
 void ScssStylesheet.addResolver(ScssStylesheetResolver resolver)
          Adds the given resolver to the resolver list
 

Method parameters in com.vaadin.sass.internal with type arguments of type ScssStylesheetResolver
 void ScssStylesheet.setResolvers(List<ScssStylesheetResolver> resolvers)
          Sets the list of resolvers to use when resolving imports
 

Uses of ScssStylesheetResolver in com.vaadin.sass.internal.resolver
 

Classes in com.vaadin.sass.internal.resolver that implement ScssStylesheetResolver
 class AbstractResolver
          Base class for resolvers.
 class ClassloaderResolver
           
 class FilesystemResolver
           
 



Copyright © 2013–2014 Vaadin. All rights reserved.