Modifier and Type | Method and Description |
---|---|
IStyle |
IStyleFactory.createCachedStyle(String stylePath,
List<ITheme> themes)
Creates a cached version of the requested style.
|
IStyle |
IStyleFactory.createDynamicStyle(String stylePath,
List<ITheme> themes)
Creates a dynamic version of the requested style.
|
IStyle |
IStyleFactory.createDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes)
Creates a dynamic version of the requested style using the given style text.
|
IStyle |
IServiceInterfaceStyleManager.getCachedStyle(String stylePath)
Returns the cached version of the style in the given path.
|
IStyle |
ServiceInterfaceStyleManager.getCachedStyle(String stylePath) |
IStyle |
IServiceInterfaceStyleManager.getCachedStyle(String stylePath,
List<ITheme> themes)
Returns the cached version of the style in the given path.
|
IStyle |
ServiceInterfaceStyleManager.getCachedStyle(String stylePath,
List<ITheme> themes) |
IStyle |
IServiceInterfaceStyleManager.getDynamicStyle(String stylePath)
Returns the dynamic version of the style in the given path.
|
IStyle |
ServiceInterfaceStyleManager.getDynamicStyle(String stylePath) |
IStyle |
IServiceInterfaceStyleManager.getDynamicStyle(String stylePath,
List<ITheme> themes)
Returns the dynamic version of the style in the given path.
|
IStyle |
ServiceInterfaceStyleManager.getDynamicStyle(String stylePath,
List<ITheme> themes) |
IStyle |
IServiceInterfaceStyleManager.getDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes)
Returns the cached version of the style in the given path.
|
IStyle |
ServiceInterfaceStyleManager.getDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptingStyle
Abstract scripting style.
|
class |
GenericCompiledScriptStyle
Generic script style that holds a compiled version of the transformation script.
|
class |
GenericScriptingStyle
Generic scripting style.
|
Modifier and Type | Method and Description |
---|---|
IStyle |
AbstractScriptingStyleFactory.createCachedStyle(String stylePath,
List<ITheme> themes) |
protected IStyle |
AbstractScriptingStyleFactory.createCompiledStyle(CompiledScript compiledScript)
Creates a new instance of a style with the given compiled script.
|
IStyle |
AbstractScriptingStyleFactory.createDynamicStyle(String stylePath,
List<ITheme> themes) |
IStyle |
AbstractScriptingStyleFactory.createDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes) |
protected IStyle |
AbstractScriptingStyleFactory.createStyle(String style,
ScriptEngine engine)
Creates a new instance of a style with the given script and engine.
|
Modifier and Type | Method and Description |
---|---|
IStyle |
ThymeleafStyleFactory.createCachedStyle(String stylePath,
List<ITheme> themes) |
IStyle |
ThymeleafStyleFactory.createDynamicStyle(String stylePath,
List<ITheme> themes) |
IStyle |
ThymeleafStyleFactory.createDynamicStyle(String styleString,
String stylePath,
List<ITheme> themes) |
Modifier and Type | Class and Description |
---|---|
class |
XslStyle
XSL style.
|
Modifier and Type | Method and Description |
---|---|
IStyle |
XslStyleFactory.createCachedStyle(String stylePath,
List<ITheme> themes) |
IStyle |
XslStyleFactory.createDynamicStyle(String stylePath,
List<ITheme> themes) |
IStyle |
XslStyleFactory.createDynamicStyle(String xslStringDocument,
String resourcePath,
List<ITheme> themes) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.