|
Interface Summary |
| CategoriesInfo |
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. |
| CategoryInfo |
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. |
| CollectionAdapter |
The CollectionAdapter interface is the component that provides the business logic of an Atompub server. |
| CollectionInfo |
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. |
| Filter |
Filters are invoked by AbderaServlet immediately before passing the request off to the Provider for processing The
filters use a model generally identical to that of Servlet Filters, with each filter forwarding the request on to the
next filter in the chain. |
| MediaCollectionAdapter |
Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries |
| Provider |
Providers are responsible for processing all requests to the Atompub server. |
| RequestContext |
The RequestContext provides access to every detail of the Request. |
| RequestProcessor |
Request processors implement the actual business logic for handling requests to the Atompub server and producing the
related response. |
| ResponseContext |
The ResponseContext encapsulates a server response |
| Target |
Identifies the target of the request. |
| TargetBuilder |
The TargetBuilder component is responsible for constructing appropriate IRIs/URIs for various kinds of targets based
on specified input parameters. |
| Transactional |
CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate
behaviors. |
| WorkspaceInfo |
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. |
| WorkspaceManager |
The Workspace Manager is used by a Provider to access metadata used to construct Atompub service documents and to
determine the appropriate CollectionAdapter to handle a particular request |