Class Summary |
AbstractSource |
|
BinarySource |
|
ClassLoaderSource |
A source loaded through the current context class loader. |
CocoonSource |
A source that wraps around a Cocoon source object. |
DBSource |
Source implementation that reads from a binary resource
stored in the database. |
FileSource |
A source implementation reading from the file system. |
SourceFactory |
Factory to create a Source object for a given
URL. |
StringSource |
A simple source object wrapping around a single string value. |
StringSourceWithMapKey |
A simple source object wrapping a single query string, but associating it with a specific
map (e.g., of namespace bindings). |
URLSource |
A source implementation reading from an URL. |