See: Description
Interface | Description |
---|---|
ConfigurableVariantSource |
A variant source that requires configuration before it can provide variants.
|
InputStreamVariantSource |
A variant source that gets the variants from an input stream.
|
VariantSource |
A variant source is any object that provides variants to the content negotiation filter.
|
VariantSourceForFilter |
It is intended to be called from filters and is configured with a
FilterConfig . |
Class | Description |
---|---|
BaseVariantXMLSource |
A variant source that parses XML for variants.
|
CachedVariantSource |
Supports caching variant sources by providing a wrapper around them.
|
FilterVariantXMLSource |
A variant source that parses XML for variants and is configured from a filter.
|
VariantSAXHandler |
A SAX handler that creates a list of
Variant objects from XML. |
VariantXMLParser |
Parser for the Negotiation XML file.
|
Exception | Description |
---|---|
NoSchemaException |
An exception used to indicate that there is no schema needed or available.
|
VariantSourceConfigurationException |
An exception thrown from variant sources when configuring the source or because the configuration
is not valid.
|
VariantSourceException |
An exception thrown from variant sources.
|
Copyright © 2016. All Rights Reserved.