| Package | Description |
|---|---|
| com.sun.jersey.api.container.filter |
Provides common server-side filters.
|
| com.sun.jersey.api.container.filter.servlet | |
| com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceFilter> |
RolesAllowedResourceFilterFactory.create(AbstractMethod am) |
java.util.List<ResourceFilter> |
ResourceDebuggingFilterFactory.create(AbstractMethod am) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceFilter> |
RolesAllowedResourceFilterFactory.create(AbstractMethod am) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceFilter> |
ResourceFilterFactory.create(AbstractMethod am)
Create a list of
ResourceFilter instance given a method
of the abstract resource model. |
Copyright © 2016 Oracle Corporation. All Rights Reserved.