ro.isdc.wro.model.resource.processor.support
Class LessCssImportInspector

java.lang.Object
  extended by ro.isdc.wro.model.resource.processor.support.CssImportInspector
      extended by ro.isdc.wro.model.resource.processor.support.LessCssImportInspector

public class LessCssImportInspector
extends CssImportInspector

Responsible for identifying import statements for LESS language.

Since:
1.6.3
Author:
Alex Objelean

Constructor Summary
LessCssImportInspector(String cssContent)
           
 
Method Summary
protected  Matcher getMatcher(String cssContent)
          
 
Methods inherited from class ro.isdc.wro.model.resource.processor.support.CssImportInspector
containsImport, extractImportUrl, findImports, removeImportStatements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessCssImportInspector

public LessCssImportInspector(String cssContent)
Method Detail

getMatcher

protected Matcher getMatcher(String cssContent)

Overrides:
getMatcher in class CssImportInspector
Returns:
a Matcher for the processed content using the regexp responsible for identifying css import statements.


Copyright © 2008-2013. All Rights Reserved.