|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceMethod | |
---|---|
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 |
Uses of ResourceMethod in com.sun.jersey.server.impl.model.method |
---|
Subclasses of ResourceMethod in com.sun.jersey.server.impl.model.method | |
---|---|
class |
ResourceHeadWrapperMethod
|
class |
ResourceHttpMethod
|
class |
ResourceHttpOptionsMethod
|
Fields in com.sun.jersey.server.impl.model.method with type parameters of type ResourceMethod | |
---|---|
static Comparator<ResourceMethod> |
ResourceMethod.COMPARATOR
Comparator for resource methods, comparing the consumed and produced media types. |
Methods in com.sun.jersey.server.impl.model.method with parameters of type ResourceMethod | |
---|---|
boolean |
ResourceMethod.mediaEquals(ResourceMethod that)
|
Constructors in com.sun.jersey.server.impl.model.method with parameters of type ResourceMethod | |
---|---|
ResourceHeadWrapperMethod(ResourceMethod m)
|
Constructor parameters in com.sun.jersey.server.impl.model.method with type arguments of type ResourceMethod | |
---|---|
ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String,List<ResourceMethod>> methods)
|
|
ResourceHttpOptionsMethod(Map<String,List<ResourceMethod>> methods)
|
Uses of ResourceMethod in com.sun.jersey.server.impl.template |
---|
Subclasses of ResourceMethod in com.sun.jersey.server.impl.template | |
---|---|
class |
ViewResourceMethod
|
Uses of ResourceMethod in com.sun.jersey.server.impl.uri.rules |
---|
Constructor parameters in com.sun.jersey.server.impl.uri.rules with type arguments of type ResourceMethod | |
---|---|
HttpMethodRule(Map<String,List<ResourceMethod>> methods)
|
|
HttpMethodRule(Map<String,List<ResourceMethod>> methods,
boolean isSubResource)
|
Uses of ResourceMethod in com.sun.jersey.server.impl.wadl |
---|
Methods in com.sun.jersey.server.impl.wadl that return ResourceMethod | |
---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(Map<String,List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS. |
Method parameters in com.sun.jersey.server.impl.wadl with type arguments of type ResourceMethod | |
---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(Map<String,List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |