Uses of Package
org.apache.abdera.protocol.server

Packages that use org.apache.abdera.protocol.server
org.apache.abdera.examples.appserver.custom   
org.apache.abdera.examples.appserver.employee   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.adapters.couchdb   
org.apache.abdera.protocol.server.adapters.filesystem   
org.apache.abdera.protocol.server.adapters.ibatis   
org.apache.abdera.protocol.server.adapters.jcr   
org.apache.abdera.protocol.server.context   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.multipart   
org.apache.abdera.protocol.server.processors   
org.apache.abdera.protocol.server.provider.basic   
org.apache.abdera.protocol.server.provider.managed   
org.apache.abdera.protocol.server.servlet   
org.apache.abdera.spring   
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.examples.appserver.custom
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.
FilterChain
           
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.
ResponseContext
          The ResponseContext encapsulates a server response
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
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
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.examples.appserver.employee
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.
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.
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server
CategoriesInfo
          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.
FilterChain
           
Provider
          Providers are responsible for processing all requests to the Atompub server.
RequestContext
          The RequestContext provides access to every detail of the Request.
RequestContext.Property
          Special properties provided by the server
RequestContext.Scope
          RequestContext attributes can either have Session or Request scope.
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
ServiceManager
          The ServiceManager is used by the AbderaServlet to bootstrap the server instance.
Target
          Identifies the target of the request.
TargetType
          Identifies the type of resource being requests.
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
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.adapters.couchdb
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.
MediaCollectionAdapter
          Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries
RequestContext
          The RequestContext provides access to every detail of the Request.
ResponseContext
          The ResponseContext encapsulates a server response
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.adapters.filesystem
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.
MediaCollectionAdapter
          Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries
RequestContext
          The RequestContext provides access to every detail of the Request.
ResponseContext
          The ResponseContext encapsulates a server response
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.adapters.ibatis
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.
MediaCollectionAdapter
          Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.adapters.jcr
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.
MediaCollectionAdapter
          Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries
RequestContext
          The RequestContext provides access to every detail of the Request.
ResponseContext
          The ResponseContext encapsulates a server response
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.context
Provider
          Providers are responsible for processing all requests to the Atompub server.
RequestContext
          The RequestContext provides access to every detail of the Request.
RequestContext.Property
          Special properties provided by the server
RequestContext.Scope
          RequestContext attributes can either have Session or Request scope.
ResponseContext
          The ResponseContext encapsulates a server response
Target
          Identifies the target of the request.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.filters
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.
FilterChain
           
RequestContext
          The RequestContext provides access to every detail of the Request.
ResponseContext
          The ResponseContext encapsulates a server response
TargetType
          Identifies the type of resource being requests.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.impl
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.
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.
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
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
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.multipart
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.
MediaCollectionAdapter
          Extends CollectionAdapter with methods specific to the handling of Atompub Media Link Entries
RequestContext
          The RequestContext provides access to every detail of the Request.
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.processors
CollectionAdapter
          The CollectionAdapter interface is the component that provides the business logic of an 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
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
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.provider.basic
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.
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.
ResponseContext
          The ResponseContext encapsulates a server response
Transactional
          CollectionAdapter implementations can implement the Transactional interface in order to support start/end/compensate behaviors.
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
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.provider.managed
CategoriesInfo
          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.
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.
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
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.protocol.server.servlet
Provider
          Providers are responsible for processing all requests to the Atompub server.
RequestContext
          The RequestContext provides access to every detail of the Request.
RequestContext.Property
          Special properties provided by the server
RequestContext.Scope
          RequestContext attributes can either have Session or Request scope.
ServiceManager
          The ServiceManager is used by the AbderaServlet to bootstrap the server instance.
 

Classes in org.apache.abdera.protocol.server used by org.apache.abdera.spring
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.
Provider
          Providers are responsible for processing all requests to the Atompub server.
Target
          Identifies the target of the request.
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
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.