A C D E F G H I J L M N O P Q R S T U W

G

get(String, Class<A>) - Method in interface com.sun.ws.rest.api.core.MultivaluedMap
Get the list of values for a particular key.
GET - Static variable in annotation type com.sun.ws.rest.api.HttpMethod
HTTP GET method
getAcceptableMediaTypes() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get a list of media types that are acceptable for the response.
getBaseURI() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the base URI of the REST beans application.
getCacheControl(CacheControl) - Method in class com.sun.ws.rest.api.response.HttpResponse
Get the cache control information that will be sent with the response
getCacheControl() - Method in class com.sun.ws.rest.api.response.HttpResponse
 
getCacheExtension() - Method in class com.sun.ws.rest.api.core.CacheControl
Corresponds to a set of extension cache control directives.
getComment() - Method in class com.sun.ws.rest.api.core.NewCookie
Get the comment associated with the cookie.
getContent() - Method in interface com.sun.ws.rest.api.Entity
Get the content of the representation.
getContent() - Method in class com.sun.ws.rest.api.representation.Representation
Get the content
getContentLocation() - Method in class com.sun.ws.rest.api.representation.Representation
Get the content location
getCookies() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get a list of cookies that accompanied the request.
getDomain() - Method in interface com.sun.ws.rest.api.core.Cookie
Get the domain of the cookie
getDomain() - Method in class com.sun.ws.rest.api.core.NewCookie
 
getEntity(Class<T>) - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getETag() - Method in class com.sun.ws.rest.api.representation.Representation
Get the entity tag
getETag() - Method in class com.sun.ws.rest.api.response.NotModified
Get the eTag.
getFirst(String) - Method in interface com.sun.ws.rest.api.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirst(String, Class<A>) - Method in interface com.sun.ws.rest.api.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirst(String, A) - Method in interface com.sun.ws.rest.api.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getHeaderProvider(Class<T>) - Static method in class com.sun.ws.rest.spi.header.HeaderFactory
Get a HeaderProvider that supports the type (or Class) requested.
getHttpHeaders() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the values of HTTP request headers.
getHttpHeaders() - Method in interface com.sun.ws.rest.api.core.HttpResponseContext
Get the HTTP response headers.
getHttpMethod() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the HTTP method name
getHttpRequestContext() - Method in interface com.sun.ws.rest.api.core.HttpContext
Get the HTTP request information.
getHttpResponse() - Method in interface com.sun.ws.rest.api.core.HttpResponseContext
Get the response object.
getHttpResponse() - Method in exception com.sun.ws.rest.api.WebApplicationException
Get the HTTP response.
getHttpResponseContext() - Method in interface com.sun.ws.rest.api.core.HttpContext
Get the HTTP response information.
getLanguage() - Method in interface com.sun.ws.rest.api.Entity
Get the language of the entity
getLanguage() - Method in class com.sun.ws.rest.api.representation.Representation
Get the content language
getLastModified() - Method in class com.sun.ws.rest.api.representation.Representation
Get the last modified date
getLocation() - Method in class com.sun.ws.rest.api.response.Created
Get the location of a newly created resource.
getLocation() - Method in class com.sun.ws.rest.api.response.TemporaryRedirect
Get the location where clients wil be redirected.
getMatrixParameters() - Method in interface com.sun.ws.rest.api.core.PathSegment
Get a map of the matrix parameters associated with the path segment
getMaxAge() - Method in class com.sun.ws.rest.api.core.CacheControl
Corresponds to the max-age cache control directive.
getMaxAge() - Method in class com.sun.ws.rest.api.core.NewCookie
Get the maximum age of the the cookie in seconds.
getMediaType() - Method in interface com.sun.ws.rest.api.Entity
Get the media type of the entity
getMediaType() - Method in class com.sun.ws.rest.api.representation.Representation
Get the media type
getName() - Method in interface com.sun.ws.rest.api.core.Cookie
Get the name of the cookie
getName() - Method in class com.sun.ws.rest.api.core.NewCookie
 
getNewCookies() - Method in interface com.sun.ws.rest.api.core.HttpResponseContext
Get a mutable list of cookies that will be set by the response
getNoCacheFields() - Method in class com.sun.ws.rest.api.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getOutputStream() - Method in interface com.sun.ws.rest.api.core.HttpResponseContext
Get an OutputStream to which a representation may be written.
getParameters() - Method in class com.sun.ws.rest.api.core.MediaType
Getter for parameter map.
getPath() - Method in interface com.sun.ws.rest.api.core.Cookie
Get the path of the cookie
getPath() - Method in class com.sun.ws.rest.api.core.NewCookie
 
getPath() - Method in interface com.sun.ws.rest.api.core.PathSegment
Get the path segment.
getPrivateFields() - Method in class com.sun.ws.rest.api.core.CacheControl
Corresponds to the value of the private cache control directive.
getQueryParameters() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getRepresentation() - Method in class com.sun.ws.rest.api.response.HttpResponse
Get the representation associated with the response.
getResourceClasses() - Method in interface com.sun.ws.rest.api.core.ResourceConfig
Get the set of resource classes that should be deployed.
getSMaxAge() - Method in class com.sun.ws.rest.api.core.CacheControl
Corresponds to the s-maxage cache control directive.
getStatus() - Method in class com.sun.ws.rest.api.response.HttpResponse
Get the response status code.
getSubtype() - Method in class com.sun.ws.rest.api.core.MediaType
Getter for subtype.
getType() - Method in class com.sun.ws.rest.api.core.MediaType
Getter for primary type.
getTypeStreamingProvider(Class<T>) - Static method in class com.sun.ws.rest.spi.streaming.TypeStreamingFactory
Get a TypeStreamingProvider that supports the type (or Class) requested.
getURI() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the complete URI of the request.
getURIParameters() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the values of any embedded URI parameters.
getURIPath() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the URI path of the current request relative to the base URI as a string.
getURIPathSegments() - Method in interface com.sun.ws.rest.api.core.HttpRequestContext
Get the URI path of the current request relative to the base URI as a list of PathSegment.
getValue() - Method in interface com.sun.ws.rest.api.core.Cookie
Get the value of the cookie
getValue() - Method in class com.sun.ws.rest.api.core.EntityTag
Get the value of an EntityTag
getValue() - Method in class com.sun.ws.rest.api.core.NewCookie
 
getVersion() - Method in interface com.sun.ws.rest.api.core.Cookie
Get the version of the cookie
getVersion() - Method in class com.sun.ws.rest.api.core.NewCookie
 
getWebResourceClass() - Method in interface com.sun.ws.rest.spi.resolver.WebResourceResolver
Get the Web resource class.

A C D E F G H I J L M N O P Q R S T U W