public final class AnnotationResourceFilterFactory extends Object implements ResourceFilterFactory
Constructor and Description |
---|
AnnotationResourceFilterFactory(FilterFactory ff) |
Modifier and Type | Method and Description |
---|---|
List<ResourceFilter> |
create(AbstractMethod am)
Create a list of
ResourceFilter instance given a method
of the abstract resource model. |
public AnnotationResourceFilterFactory(FilterFactory ff)
public List<ResourceFilter> create(AbstractMethod am)
ResourceFilterFactory
ResourceFilter
instance given a method
of the abstract resource model.
When applying the list of resource filters to a request each resource filter is applied, in order, from the first to last entry in the list. When applying the list of resource filters to a response each resource filter is applied, in reverse order, from the last to first entry in the list.
create
in interface ResourceFilterFactory
am
- the abstract method. This may be an instance
of the following: AbstractResourceMethod
,
AbstractSubResourceMethod
or AbstractSubResourceLocator
.Copyright © 2013 Oracle Corporation. All rights reserved.