Uses of Interface
lumis.portal.serviceinterface.style.IStyle
-
-
Uses of IStyle in lumis.portal.serviceinterface.style
Methods in lumis.portal.serviceinterface.style that return IStyle Modifier and Type Method Description IStyle
IStyleFactory. createCachedStyle(String stylePath, List<ITheme> themes)
Creates a cached 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
IStyleFactory. createDynamicStyle(String stylePath, List<ITheme> themes)
Creates a dynamic version of the requested style.IStyle
IServiceInterfaceStyleManager. getCachedStyle(String stylePath)
Returns the cached version of the style in the given path.IStyle
IServiceInterfaceStyleManager. getCachedStyle(String stylePath, List<ITheme> themes)
Returns the cached version of the style in the given path.IStyle
ServiceInterfaceStyleManager. getCachedStyle(String stylePath)
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
IServiceInterfaceStyleManager. getDynamicStyle(String styleString, String stylePath, List<ITheme> themes)
Returns the cached version of the style in the given path.IStyle
IServiceInterfaceStyleManager. getDynamicStyle(String stylePath, List<ITheme> themes)
Returns the dynamic version of the style in the given path.IStyle
ServiceInterfaceStyleManager. getDynamicStyle(String stylePath)
IStyle
ServiceInterfaceStyleManager. getDynamicStyle(String styleString, String stylePath, List<ITheme> themes)
IStyle
ServiceInterfaceStyleManager. getDynamicStyle(String stylePath, List<ITheme> themes)
-
Uses of IStyle in lumis.portal.serviceinterface.style.impl.scripting
Classes in lumis.portal.serviceinterface.style.impl.scripting that implement IStyle Modifier and Type Class 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.Methods in lumis.portal.serviceinterface.style.impl.scripting that return IStyle Modifier and Type Method 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 styleString, String stylePath, List<ITheme> themes)
IStyle
AbstractScriptingStyleFactory. createDynamicStyle(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. -
Uses of IStyle in lumis.portal.serviceinterface.style.impl.thymeleaf
Methods in lumis.portal.serviceinterface.style.impl.thymeleaf that return IStyle Modifier and Type Method Description IStyle
ThymeleafStyleFactory. createCachedStyle(String stylePath, List<ITheme> themes)
IStyle
ThymeleafStyleFactory. createDynamicStyle(String styleString, String stylePath, List<ITheme> themes)
IStyle
ThymeleafStyleFactory. createDynamicStyle(String stylePath, List<ITheme> themes)
-
Uses of IStyle in lumis.portal.serviceinterface.style.impl.xsl
Classes in lumis.portal.serviceinterface.style.impl.xsl that implement IStyle Modifier and Type Class Description class
XslStyle
XSL style.Methods in lumis.portal.serviceinterface.style.impl.xsl that return IStyle Modifier and Type Method Description IStyle
XslStyleFactory. createCachedStyle(String stylePath, List<ITheme> themes)
IStyle
XslStyleFactory. createDynamicStyle(String xslStringDocument, String resourcePath, List<ITheme> themes)
IStyle
XslStyleFactory. createDynamicStyle(String stylePath, List<ITheme> themes)
-