org.glassfish.jersey.server.model
Class AbstractSubResourceMethod
java.lang.Object
org.glassfish.jersey.server.model.AbstractResourceMethod
org.glassfish.jersey.server.model.AbstractSubResourceMethod
- All Implemented Interfaces:
- ConsumesProducesEnabledComponent, PathAnnotated, ResourceModelComponent, SuspendableComponent
- Direct Known Subclasses:
- SubResourceMethod
public abstract class AbstractSubResourceMethod
- extends AbstractResourceMethod
- implements PathAnnotated
Abstraction for a sub-resource method defined by an URI path value, HTTP method and consumed/produced media type list.
- Author:
- Marc Hadley, Jakub Podlesak
| Methods inherited from class org.glassfish.jersey.server.model.AbstractResourceMethod |
areInputTypesDeclared, areOutputTypesDeclared, declareSuspend, getComponents, getDeclaringResource, getHttpMethod, getSupportedInputTypes, getSupportedOutputTypes, getSuspendTimeout, getSuspendTimeoutUnit, isSuspendDeclared, setAreInputTypesDeclared, setAreOutputTypesDeclared, toString |
AbstractSubResourceMethod
public AbstractSubResourceMethod(ResourceClass resource,
PathValue uriPath,
String httpMethod)
getPath
public PathValue getPath()
- Specified by:
getPath in interface PathAnnotated
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.