Package | Description |
---|---|
com.sun.jersey.server.impl.model.method | |
com.sun.jersey.server.impl.template | |
com.sun.jersey.server.impl.uri.rules | |
com.sun.jersey.server.impl.wadl |
Modifier and Type | Class and Description |
---|---|
class |
ResourceHeadWrapperMethod |
class |
ResourceHttpMethod |
class |
ResourceHttpOptionsMethod |
Modifier and Type | Field and Description |
---|---|
static Comparator<ResourceMethod> |
ResourceMethod.COMPARATOR
Comparator for resource methods, comparing the consumed and produced
media types.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceMethod.mediaEquals(ResourceMethod that) |
Constructor and Description |
---|
ResourceHeadWrapperMethod(ResourceMethod m) |
Constructor and Description |
---|
ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String,List<ResourceMethod>> methods) |
ResourceHttpOptionsMethod(Map<String,List<ResourceMethod>> methods) |
Modifier and Type | Class and Description |
---|---|
class |
ViewResourceMethod |
Constructor and Description |
---|
HttpMethodRule(Map<String,List<ResourceMethod>> methods,
boolean isSubResource,
DispatchingListener dispatchingListener) |
HttpMethodRule(Map<String,List<ResourceMethod>> methods,
DispatchingListener dispatchingListener) |
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(Map<String,List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS.
|
Modifier and Type | Method and Description |
---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(Map<String,List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS.
|
Copyright © 2013 Oracle Corporation. All rights reserved.