public class HybridCssThemeHandler extends LessForJavaCssThemeHandler
LessForJavaCssThemeHandler and adds in support for a hybrid of two differing approaches:
engineLESS_TOKEN| Constructor and Description |
|---|
HybridCssThemeHandler() |
| 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, setWebFrameworkConfigElementpublic String processCssThemes(String path, StringBuilder cssContents) throws IOException
processCssThemes in class LessForJavaCssThemeHandlerpath - 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.