See: Description
| Interface | Description |
|---|---|
| ContainerHandler |
Interface to be implemented for handling Container LDP resources.
|
| Deletable |
Interface to be implemented by
ResourceHandler implementations that
also support resource deletion. |
| Modifiable |
Interface to be implemented by
ResourceHandler implementations that
also support resource modification. |
| Namespaces |
Interface for read only Namespace processing.
|
| Parameter |
A collection of values defined for a query parameter.
|
| Query |
A collection of
Parameters, where is each parameter is indexed by its
name. |
| Queryable |
Interface to be implemented by
ResourceHandler implementations that
also support resource deletion. |
| ResourceHandler |
Interface to be implemented for handling RDF Source LDP resources.
|
| Class | Description |
|---|---|
| Application<T extends Configuration> |
The entry point for an LDP4j Application.
|
| Configuration |
Provides a programmatic mechanism for an LDP4j application to specify the
configuration parameters for the LDP4j Application Engine.
|
| Exception | Description |
|---|---|
| ApplicationException |
Base checked exception for the LDP4j Application exceptions.
|
| ApplicationInitializationException |
This exception may be thrown by an LDP4j Application if any failure prevents
the initialization of the application.
|
| ApplicationLifecycleException |
Base checked exception for the LDP4j Application lifecycle exceptions.
|
| ApplicationRuntimeException |
Base unchecked exception for the LDP4j Application exceptions.
|
| ApplicationSetupException |
This exception may be thrown by an LDP4j Application if any failure prevents
the setup of the application.
|
| ApplicationShutdownException |
This exception may be thrown by an LDP4j Application if any failure prevents
the shutdown of the application.
|
| ApplicationUsageException |
Base checked exception for the LDP4j Application usage exceptions.
|
| InconsistentContentException |
This exception may be thrown by an LDP4j Application if the data to be used
to update a resource is not consistent with the current representation of the
resource, i.e., the properties managed by the application have been modified
in any manner.
|
| InvalidContentException |
This exception may be thrown by an LDP4j Application if the data to be used
in an operation is not valid.
|
| InvalidQueryException |
This exception may be thrown when a query is not understood by a resource
handler that supports querying.
|
| ObjectTransformationException |
This exception is thrown when a parameter raw value cannot be transformed to
an instance of a given type.
|
| UnknownResourceException |
This exception may be thrown by an LDP4j Application if an operation cannot
be carried out because the specified target resource does not exist.
|
| UnsupportedContentException |
This exception may be thrown by an LDP4j Application if the data to be used
to create or update a resource is not supported.
|
Copyright (C) 2014, Center for Open Middleware