public class LessForJavaCssThemeHandler extends LessCssThemeHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.asual.lesscss.LessEngine |
engine
The engine to use for LESS processing.
|
LESS_TOKEN| Constructor and Description |
|---|
LessForJavaCssThemeHandler()
Sets up a new
LessEngine instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
processCssThemes(String path,
StringBuilder cssContents)
Overrides the default implementation to add LESS processing capabilities.
|
getDefaultLessConfig, getLessVariables, logLessExceptiondetermineThemeTokens, getDependencyHandler, getTargetGroup, getTokenMap, getTokenRegex, getWebFrameworkConfigElement, processCssThemeTokens, setDependencyHandler, setTargetGroup, setTokenRegex, setWebFrameworkConfigElementprotected com.asual.lesscss.LessEngine engine
public LessForJavaCssThemeHandler()
LessEngine instance.public String processCssThemes(String path, StringBuilder cssContents) throws IOException
processCssThemes in class CssThemeHandlerpath - The path of the file being processed (used only for error output)cssContents - The CSS to processIOException - when accessing file contents.Copyright © 2005–2016 Alfresco Software. All rights reserved.