|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.api.model.AbstractMethod
com.sun.jersey.api.model.AbstractResourceMethod
com.sun.jersey.api.model.AbstractSubResourceMethod
public class AbstractSubResourceMethod
Constructor Summary | |
---|---|
AbstractSubResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
PathValue uriPath,
java.lang.String httpMethod,
java.lang.annotation.Annotation[] annotations)
|
Method Summary | |
---|---|
void |
accept(AbstractModelVisitor visitor)
|
PathValue |
getPath()
|
java.lang.String |
toString()
|
Methods inherited from class com.sun.jersey.api.model.AbstractResourceMethod |
---|
getAnnotations, getComponents, getDeclaringResource, getHttpMethod, getParameters, getSupportedInputTypes, getSupportedOutputTypes |
Methods inherited from class com.sun.jersey.api.model.AbstractMethod |
---|
getMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractSubResourceMethod(AbstractResource resource, java.lang.reflect.Method method, PathValue uriPath, java.lang.String httpMethod, java.lang.annotation.Annotation[] annotations)
Method Detail |
---|
public PathValue getPath()
getPath
in interface PathAnnotated
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
accept
in class AbstractResourceMethod
public java.lang.String toString()
toString
in class AbstractResourceMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |