com.sun.jersey.server.impl.model.method
Class ResourceHttpMethod
java.lang.Object
com.sun.jersey.server.impl.model.method.ResourceMethod
com.sun.jersey.server.impl.model.method.ResourceHttpMethod
public final class ResourceHttpMethod
- extends ResourceMethod
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class com.sun.jersey.server.impl.model.method.ResourceMethod |
consumes, consumesWild, getConsumes, getDispatcher, getHttpMethod, getProduces, getRequestFilters, getResponseFilters, getTemplate, isProducesDeclared, mediaEquals |
ResourceHttpMethod
public ResourceHttpMethod(ResourceMethodDispatcherFactory df,
FilterFactory ff,
AbstractResourceMethod arm)
ResourceHttpMethod
public ResourceHttpMethod(ResourceMethodDispatcherFactory df,
FilterFactory ff,
UriTemplate template,
AbstractResourceMethod arm)
ResourceHttpMethod
public ResourceHttpMethod(ResourceMethodDispatcherFactory df,
FilterFactory ff,
List<ResourceFilter> resourceFilters,
UriTemplate template,
AbstractResourceMethod arm)
getAbstractResourceMethod
public AbstractResourceMethod getAbstractResourceMethod()
- Description copied from class:
ResourceMethod
- Get the abstract resource method.
Extending classes may override this method to return an associated
abstract resource method.
- Overrides:
getAbstractResourceMethod
in class ResourceMethod
- Returns:
- the abstract resource method, otherwise null if there is no
abstract resource method assocaiated with the resource method.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle Corporation. All Rights Reserved.