Package org.restlet.ext.osgi
Support for OSGi.
- Since:
- Restlet 2.2
- Author:
- Bryan Hunt
- See Also:
- OSGi Web site, User Guide - OSGi extension
-
Interface Summary Interface Description ApplicationProvider This is an OSGi service interface for registering Restlet applications with a server servlet.DirectoryProvider This is an OSGi service interface for registering Restlet directories with a router.FilterProvider This is an OSGi service interface for registering Restlet filters with a router or a resource.ResourceProvider This is an OSGi service interface for registering Restlet resources with an application.RestletProvider This is a common interface for several of the providers.RouterProvider This is an OSGi service interface for registering Restlet filters with an application. -
Class Summary Class Description BaseApplicationProvider This class provides an implementation ofApplicationProvider
.BaseDirectoryProvider This class provides an implementation ofDirectoryProvider
.BaseFilterProvider This class provides an implementation ofFilterProvider
.BaseResourceProvider This class provides an implementation ofResourceProvider
.BaseRestletProvider This is the base class for the other providers.BaseRouterProvider This class provides an implementation ofRouterProvider
.DynamicFinder This class allows Restlet to lazily load resources in an OSGi environment.ObapClientHelper Connector to the resources accessed via bundles.