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

P

parse(String) - Static method in class javax.ws.rs.core.CacheControl
Creates a new instance of CacheControl by parsing the supplied string.
parse(String) - Static method in class javax.ws.rs.core.Cookie
Creates a new instance of Cookie by parsing the supplied string.
parse(String) - Static method in class javax.ws.rs.core.EntityTag
Creates a new instance of EntityTag by parsing the supplied string.
parse(String) - Static method in class javax.ws.rs.core.MediaType
Creates a new instance of MediaType by parsing the supplied string.
parse(String) - Static method in class javax.ws.rs.core.NewCookie
Creates a new instance of NewCookie by parsing the supplied string.
path(String...) - Method in class javax.ws.rs.core.UriBuilder
Append path segments to the existing list of segments.
path(Class) - Method in class javax.ws.rs.core.UriBuilder
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
Append path segments from a Path-annotated method to the existing list of segments.
path(Method...) - Method in class javax.ws.rs.core.UriBuilder
Append path segments from a list of Path-annotated methods to the existing list of segments.
Path - Annotation Type in javax.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
PathParam - Annotation Type in javax.ws.rs
Binds a method parameter to a URI template parameter value.
PathSegment - Interface in javax.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
port(int) - Method in class javax.ws.rs.core.UriBuilder
Set the URI port.
POST - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP POST method
POST - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP POST requests
ProduceMime - Annotation Type in javax.ws.rs
Defines the MIME type(s) that the methods of a resource class or MessageBodyWriter can produce.
Provider - Annotation Type in javax.ws.rs.ext
Marks an implementation of MessageBodyReader or MessageBodyWriter, an annotated class MUST implement either or both of these interfaces.
PUT - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP PUT method
PUT - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP PUT requests
putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.

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