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

T

tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set an entity tag on the ResponseBuilder.
tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a strong entity tag on the ResponseBuilder.
temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
TEXT_HTML - Static variable in class javax.ws.rs.core.MediaType
"text/html"
TEXT_HTML_TYPE - Static variable in class javax.ws.rs.core.MediaType
"text/html"
TEXT_PLAIN - Static variable in class javax.ws.rs.core.MediaType
"text/plain"
TEXT_PLAIN_TYPE - Static variable in class javax.ws.rs.core.MediaType
"text/plain"
TEXT_XML - Static variable in class javax.ws.rs.core.MediaType
"text/xml"
TEXT_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
"text/xml"
toResponse(E) - Method in interface javax.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toString() - Method in class javax.ws.rs.core.CacheControl
Convert the cache control to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.Cookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.EntityTag
Convert the entity tag to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.NewCookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase
toString(T) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response media type on the ResponseBuilder.
type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response media type on the ResponseBuilder.

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