Package com.adobe.granite.rest.filter
Interface FilterFactory
The
FilterFactory defines the service interface to get and create
Filter's dynamically on a per usage base.
Implementations of this interface must be defined as OSGi services and define
a service property NAME which is used to select the
FilterFactory when a request parameter with the name filter.<name> is
provided with the request.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NAME
The name of the service registration property containing the name this this FilterFactory is registered with (value is "filterfactory.name").- See Also:
-
-
Method Details
-
getFilter
Returns aFilterinstance which may be initialized with the specifiedvalue.- Parameters:
value- Filter value- Returns:
- Filter instance
-