Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.TransformerConfiguration
-
Packages that use TransformerConfiguration Package Description com.lyncode.xoai.dataprovider.transform com.lyncode.xoai.dataprovider.xml.xoaiconfig com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse -
-
Uses of TransformerConfiguration in com.lyncode.xoai.dataprovider.transform
Constructor parameters in com.lyncode.xoai.dataprovider.transform with type arguments of type TransformerConfiguration Constructor Description TransformManager(ResourceResolver resolver, List<TransformerConfiguration> transformerConfigurations) -
Uses of TransformerConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return TransformerConfiguration Modifier and Type Method Description TransformerConfigurationTransformerConfiguration. withDescription(String description)TransformerConfigurationTransformerConfiguration. withXslt(String xslt)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return types with arguments of type TransformerConfiguration Modifier and Type Method Description List<TransformerConfiguration>Configuration. getTransformers()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type TransformerConfiguration Modifier and Type Method Description ConfigurationConfiguration. withTransformerConfigurations(TransformerConfiguration... transformerConfigurations)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig with type arguments of type TransformerConfiguration Modifier and Type Method Description ConfigurationConfiguration. withTransformerConfigurations(Collection<TransformerConfiguration> transformerConfigurations) -
Uses of TransformerConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse that return TransformerConfiguration Modifier and Type Method Description TransformerConfigurationTransformerConfigurationParser. parse(XmlReader reader)
-