public class StyleFactoryResolver extends Object
IStyleFactory
resolver.Modifier and Type | Class and Description |
---|---|
static class |
StyleFactoryResolver.StyleType
Enumeration of all known style types supported by the portal.
|
Constructor and Description |
---|
StyleFactoryResolver() |
Modifier and Type | Method and Description |
---|---|
static IStyleFactory |
getStyleFactory(StyleFactoryResolver.StyleType styleType)
Returns the
style factory for the given style type. |
static IStyleFactory |
getStyleFactoryByStylePath(String stylePath)
Resolves the
IStyleFactory accordingly to the style path. |
static StyleFactoryResolver.StyleType |
getStyleType(String stylePath)
Returns the
StyleFactoryResolver.StyleType for the given style file path. |
public static IStyleFactory getStyleFactoryByStylePath(String stylePath)
IStyleFactory
accordingly to the style path.stylePath
- the style pathpublic static IStyleFactory getStyleFactory(StyleFactoryResolver.StyleType styleType)
style factory
for the given style type.styleType
- the style type.style factory
for the given style type.public static StyleFactoryResolver.StyleType getStyleType(String stylePath)
StyleFactoryResolver.StyleType
for the given style file path.stylePath
- the file path.StyleFactoryResolver.StyleType
for the given style file path.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.