public class ThymeleafStyleFactory extends Object implements IStyleFactory
Constructor and Description |
---|
ThymeleafStyleFactory() |
Modifier and Type | Method and Description |
---|---|
IStyle |
createCachedStyle(String stylePath,
List<ITheme> themes)
Creates a cached version of the requested style.
|
IStyle |
createDynamicStyle(String stylePath,
List<ITheme> themes)
Creates a dynamic version of the requested style.
|
IStyle |
createDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes)
Creates a dynamic version of the requested style using the given style text.
|
public IStyle createCachedStyle(String stylePath, List<ITheme> themes) throws PortalException
IStyleFactory
createCachedStyle
in interface IStyleFactory
stylePath
- the style path.themes
- the current applied themes.PortalException
public IStyle createDynamicStyle(String stylePath, List<ITheme> themes) throws PortalException
IStyleFactory
createDynamicStyle
in interface IStyleFactory
stylePath
- the style path.themes
- the current applied themes.PortalException
public IStyle createDynamicStyle(String styleString, String stylePath, List<ITheme> themes) throws PortalException
IStyleFactory
createDynamicStyle
in interface IStyleFactory
styleString
- the style text.stylePath
- the style path.themes
- the current applied themes.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.