org.glassfish.jersey.server.model
Class AbstractSubResourceMethod

java.lang.Object
  extended by org.glassfish.jersey.server.model.AbstractResourceMethod
      extended by 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

Constructor Summary
AbstractSubResourceMethod(ResourceClass resource, PathValue uriPath, String httpMethod)
           
 
Method Summary
 PathValue getPath()
           
 
Methods inherited from class org.glassfish.jersey.server.model.AbstractResourceMethod
areInputTypesDeclared, areOutputTypesDeclared, declareSuspend, getComponents, getDeclaringResource, getHttpMethod, getSupportedInputTypes, getSupportedOutputTypes, getSuspendTimeout, getSuspendTimeoutUnit, isSuspendDeclared, setAreInputTypesDeclared, setAreOutputTypesDeclared, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.glassfish.jersey.server.model.ResourceModelComponent
accept
 

Constructor Detail

AbstractSubResourceMethod

public AbstractSubResourceMethod(ResourceClass resource,
                                 PathValue uriPath,
                                 String httpMethod)
Method Detail

getPath

public PathValue getPath()
Specified by:
getPath in interface PathAnnotated


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.