com.vaadin.sass.internal.resolver
Class ClassloaderResolver

java.lang.Object
  extended by com.vaadin.sass.internal.resolver.AbstractResolver
      extended by com.vaadin.sass.internal.resolver.ClassloaderResolver
All Implemented Interfaces:
ScssStylesheetResolver, Serializable

public class ClassloaderResolver
extends AbstractResolver

See Also:
Serialized Form

Constructor Summary
ClassloaderResolver()
           
 
Method Summary
 org.w3c.css.sac.InputSource resolveNormalized(String identifier)
          Resolves the identifier after it has been normalized using AbstractResolver.normalize(String).
 
Methods inherited from class com.vaadin.sass.internal.resolver.AbstractResolver
extractFullPath, getPotentialParentPaths, normalize, normalizeAndResolve, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassloaderResolver

public ClassloaderResolver()
Method Detail

resolveNormalized

public org.w3c.css.sac.InputSource resolveNormalized(String identifier)
Description copied from class: AbstractResolver
Resolves the identifier after it has been normalized using AbstractResolver.normalize(String).

Specified by:
resolveNormalized in class AbstractResolver
Parameters:
identifier - The normalized identifier
Returns:
an InputSource if the resolver found a source or null otherwise


Copyright © 2013–2014 Vaadin. All rights reserved.