|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathValue | |
|---|---|
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| Uses of PathValue in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.model that return PathValue | |
|---|---|
PathValue |
SubResourceLocator.getPath()
|
PathValue |
ResourceClass.getPath()
|
PathValue |
PathAnnotated.getPath()
|
PathValue |
AbstractSubResourceMethod.getPath()
|
| Constructors in org.glassfish.jersey.server.model with parameters of type PathValue | |
|---|---|
AbstractSubResourceMethod(ResourceClass resource,
PathValue uriPath,
String httpMethod)
|
|
ResourceClass(Class<?> resourceClass,
PathValue uriPath)
Creates a new instance of ResourceClass. |
|
SubResourceLocator(ResourceClass resource,
Method method,
PathValue uriPath,
Annotation[] annotations)
Creates a new instance of SubResourceLocator |
|
SubResourceMethod(ResourceClass resource,
Method method,
Class returnType,
Type genericReturnType,
PathValue uriPath,
String httpMethod,
Annotation[] markers)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||