Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.FormatConfiguration
-
Packages that use FormatConfiguration Package Description com.lyncode.xoai.dataprovider.format com.lyncode.xoai.dataprovider.xml.xoaiconfig com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse -
-
Uses of FormatConfiguration in com.lyncode.xoai.dataprovider.format
Constructor parameters in com.lyncode.xoai.dataprovider.format with type arguments of type FormatConfiguration Constructor Description MetadataFormatManager(ResourceResolver resolver, List<FormatConfiguration> config, FilterManager filterManager) -
Uses of FormatConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return FormatConfiguration Modifier and Type Method Description FormatConfigurationFormatConfiguration. withFilter(String filterId)FormatConfigurationFormatConfiguration. withNamespace(String namespace)FormatConfigurationFormatConfiguration. withPrefix(String prefix)FormatConfigurationFormatConfiguration. withSchemaLocation(String schemaLocation)FormatConfigurationFormatConfiguration. withXslt(String xslt)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return types with arguments of type FormatConfiguration Modifier and Type Method Description List<FormatConfiguration>Configuration. getFormats()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type FormatConfiguration Modifier and Type Method Description ConfigurationConfiguration. withFormatConfigurations(FormatConfiguration... formatConfigurations)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig with type arguments of type FormatConfiguration Modifier and Type Method Description ConfigurationConfiguration. withFormatConfigurations(Collection<FormatConfiguration> formatConfigurations) -
Uses of FormatConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse that return FormatConfiguration Modifier and Type Method Description FormatConfigurationFormatConfigurationParser. parse(XmlReader reader)
-