Package org.restlet.ext.osgi
Interface FilterProvider
-
- All Superinterfaces:
RestletProvider
- All Known Implementing Classes:
BaseFilterProvider
public interface FilterProvider extends RestletProvider
This is an OSGi service interface for registering Restlet filters with a router or a resource. Users are expected to register an instance as an OSGi service. It is recommended that you extend theBaseFilterProvider
implementation. You may provide your own implementation ofFilterProvider
if you need complete control.- Author:
- Bryan Hunt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.restlet.routing.Filter
getFilter()
-
Methods inherited from interface org.restlet.ext.osgi.RestletProvider
getInboundRoot
-
-