|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
public final class AnnotationResourceFilterFactory
Constructor Summary | |
---|---|
AnnotationResourceFilterFactory(FilterFactory ff)
|
Method Summary | |
---|---|
java.util.List<ResourceFilter> |
create(AbstractMethod am)
Create a list of ResourceFilter instance given a method
of the abstract resource model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationResourceFilterFactory(FilterFactory ff)
Method Detail |
---|
public java.util.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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |