Interface | Description |
---|---|
Reference |
A Reference is essentially a pointer to interact in a limited
fashion with an external resource of some kind (images, xforms,
etc).
|
ReferenceFactory |
A ReferenceFactory is responsible for knowing how to derive a
reference for a range of URI's.
|
Class | Description |
---|---|
PrefixedRootFactory |
PrefixedRootFactory provides a clean way to implement
the vast majority of behavior for a reference factory.
|
ReferenceDataSource |
The ReferenceDataSource is a source of locale data which
is located at a location which is defined by a ReferenceURI.
|
ReferenceManager |
The reference manager is a singleton class which
is responsible for deriving reference URI's into
references at runtime.
|
ResourceReference |
A Resource Reference is a reference to a file which
is a Java Resource, which is accessible with the
'getResourceAsStream' method from the Java Classloader.
|
ResourceReferenceFactory |
A ResourceReferenceFactory is a Raw Reference Accessor
which provides a factory for references of the form
|
RootTranslator |
A Root Translator is a simple reference factory which doesn't
actually derive any specific references, but rather translates
references from one prefix to another.
|
Exception | Description |
---|---|
InvalidReferenceException |
An invalid reference exception is thrown whenever
a URI string cannot be resolved to a reference in
the current environment.
|