Variables - Variables allow you to specify widely used values in a single place, and then re-use them throughout the
style sheet, making global changes as easy as changing one line of code.
- Since:
- 1.2.6
- Author:
- Alex Objelean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIAS
public static final String ALIAS
- See Also:
- Constant Field Values
LessCssProcessor
public LessCssProcessor()
process
public void process(Resource resource,
Reader reader,
Writer writer)
throws IOException
-
- Specified by:
process in interface ResourcePreProcessor
- Throws:
IOException
onException
protected void onException(WroRuntimeException e)
- Invoked when a processing exception occurs.
newLessCss
protected LessCss newLessCss()
- Returns:
- the
LessCss engine implementation. Override it to provide a different version of the less.js
library. Useful for upgrading the processor outside the wro4j release.
process
public void process(Reader reader,
Writer writer)
throws IOException
-
- Specified by:
process in interface ResourcePostProcessor
- Throws:
IOException
Copyright © 2008-2012. All Rights Reserved.