public class XslStyleFactory extends Object implements IStyleFactory
Modifier and Type | Class and Description |
---|---|
static class |
XslStyleFactory.LumisTransformer
Transformer delegate that store, besides the own transformer, a boolean indicating whether the owned
transformer has ELs or not. |
Constructor and Description |
---|
XslStyleFactory() |
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 xslStringDocument,
String resourcePath,
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 xslStringDocument, String resourcePath, List<ITheme> themes) throws PortalException
IStyleFactory
createDynamicStyle
in interface IStyleFactory
xslStringDocument
- the style text.resourcePath
- 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.