|
||||||||||
| 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 java.util.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(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods)
|
|
ResourceHttpOptionsMethod(java.util.Map<java.lang.String,java.util.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(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods,
boolean isSubResource,
DispatchingListener dispatchingListener)
|
|
HttpMethodRule(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods,
DispatchingListener dispatchingListener)
|
|
| Uses of ResourceMethod in com.sun.jersey.server.impl.wadl |
|---|
| Methods in com.sun.jersey.server.impl.wadl that return ResourceMethod | |
|---|---|
ResourceMethod |
WadlFactory.createWadlOptionsMethod(java.util.Map<java.lang.String,java.util.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(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods,
AbstractResource resource,
PathPattern p)
Create the WADL resource method for OPTIONS. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||