|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in javax.ws.rs used by javax.ws.rs | |
---|---|
HttpMethod
Associates the name of a HTTP method with an annotation. |
Classes in javax.ws.rs used by javax.ws.rs.core | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by javax.ws.rs.ext | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.ieft.annotations | |
---|---|
HttpMethod
Associates the name of a HTTP method with an annotation. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.core | |
---|---|
DefaultValue
Defines the default value of request metadata that is bound using one of the following annotations: PathParam ,
QueryParam ,
MatrixParam ,
CookieParam ,
FormParam ,
or HeaderParam . |
|
DELETE
Indicates that the annotated method responds to HTTP DELETE requests |
|
GET
Indicates that the annotated method responds to HTTP GET requests |
|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
PathParam
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property. |
|
POST
Indicates that the annotated method responds to HTTP POST requests |
|
QueryParam
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.core.interception | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.cache.server | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.interceptors | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.interceptors.encoding | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.atom | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.html | |
---|---|
DefaultValue
Defines the default value of request metadata that is bound using one of the following annotations: PathParam ,
QueryParam ,
MatrixParam ,
CookieParam ,
FormParam ,
or HeaderParam . |
|
Encoded
Disables automatic decoding of parameter values bound using QueryParam ,
PathParam , FormParam or MatrixParam . |
|
GET
Indicates that the annotated method responds to HTTP GET requests |
|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
PathParam
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
QueryParam
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jackson | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb.json | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.multipart | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.stats | |
---|---|
GET
Indicates that the annotated method responds to HTTP GET requests |
|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.spi | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.spi.interception | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.test.application | |
---|---|
GET
Indicates that the annotated method responds to HTTP GET requests |
|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.test.smoke | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
GET
Indicates that the annotated method responds to HTTP GET requests |
|
MatrixParam
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property. |
|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
PathParam
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
PUT
Indicates that the annotated method responds to HTTP PUT requests |
|
QueryParam
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |