|
||||||||||
| 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 |
|---|
areInputTypesDeclared, getComponents, getDeclaringResource, getHttpMethod, getParameters, getSupportedInputTypes, getSupportedOutputTypes, setAreInputTypesDeclared |
| Methods inherited from class com.sun.jersey.api.model.AbstractMethod |
|---|
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresent |
| 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 PathAnnotatedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentaccept in class AbstractResourceMethodpublic java.lang.String toString()
toString in class AbstractResourceMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||