|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MetadataFilter | A metadata filter is used to process a metadata document after it has been unmarshalled into object. |
MetadataProvider | A local store into which metadata can be loaded and queried. |
ObservableMetadataProvider | A metadata provider that provides event notification to observers. |
ObservableMetadataProvider.Observer | An observer of metadata provider changes. |
Class Summary | |
---|---|
AbstractMetadataProvider | An abstract, base, implementation of a metadata provider. |
AbstractObservableMetadataProvider | An observable base implementation of metadata providers. |
BaseMetadataProvider | Base class for metadata providers. |
ChainingMetadataProvider | A metadata provider that uses registered providers, in turn, to answer queries. |
DOMMetadataProvider | A MetadataProvider implementation that retrieves metadata from a DOM Element as
supplied by the user. |
FileBackedURLMetadataProvider | A URL metadata provider that caches a copy of the retrieved metadata to disk so that, in the event that the metadata may not be pulled from the URL it may be pulled from disk using the last fetched data. |
FilesystemMetadataProvider | A metadata provider that pulls metadata from a file on the local filesystem. |
MetadataFilterChain | A filter that allows the composition of MetadataFilter s. |
URLMetadataProvider | A metadata provider that pulls metadata using an HTTP GET. |
Exception Summary | |
---|---|
FilterException | An exception thrown during the evaluation of a MetadataFilter . |
MetadataProviderException | Exception thrown by a MetadataProvider . |
Class for retrieving, filtering, and querying metadata.
Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |