| Interface | Description |
|---|---|
| DataContextFactory |
Represents a factory of
DataContext objects. |
| DataContextFactoryRegistry |
Represents a registry of
DataContextFactory objects. |
| DataContextProperties |
Represents the
Serializable properties used to fully describe and
construct a DataContext. |
| ResourceFactory | |
| ResourceFactoryRegistry | |
| ResourceProperties |
Represents the
Serializable properties used to fully describe and
construct a Resource. |
| Class | Description |
|---|---|
| AbstractDataContextFactory |
Abstract implementation of
DataContextFactory with utility methods for easier subclass implementation. |
| ClasspathResourceFactory | |
| DataContextFactoryRegistryImpl | |
| DataContextPropertiesImpl | |
| FileResourceFactory | |
| InMemoryResourceFactory | |
| ResourceFactoryRegistryImpl | |
| ResourcePropertiesImpl | |
| SimpleResourceProperties | |
| UrlResourceFactory |
| Exception | Description |
|---|---|
| UnsupportedDataContextPropertiesException |
Exception thrown if a
DataContextFactory or
DataContextFactoryRegistry is being invoked with
DataContextProperties that are not supported by the implementation. |
| UnsupportedResourcePropertiesException |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.