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

A

AbstractUriBuilder - Class in org.restlet.ext.jaxrs
Abstract implementation of interface UriBuilder.
AbstractUriBuilder() - Constructor for class org.restlet.ext.jaxrs.AbstractUriBuilder
 
add(Application) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Attaches a JAX-RS Application to this JaxRsApplication.
The providers are available for all root resource classes provided to this JaxRsApplication.
addClass(Class<?>) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Will use the given JAX-RS root resource class.
If the given class is not a valid root resource class, a warning is logged and false is returned.
addSingleton(Object) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Adds the provider object to this JaxRsRestlet.
attachDefault(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that is called, if no (root) resource class or method could be found.

B

build(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
 

C

clone() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
copyInto(AbstractUriBuilder) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
createInboundRoot() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
 
createJaxRsClient(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
createJaxRsClient(String, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.

E

ExtendedUriBuilder - Class in org.restlet.ext.jaxrs
This UriBuilder extension provides special help for "file" extensions.
ExtendedUriBuilder() - Constructor for class org.restlet.ext.jaxrs.ExtendedUriBuilder
 
ExtendedUriInfo - Interface in org.restlet.ext.jaxrs
This UriInfo extension returns UriBuilders which contains the "file" extension given by the request.
extension(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the extension that will be appended to the final path segment at build time.
extensionLanguage(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Appends an extension for the language ("de", "en", "fr" or whatever).
extensionMedia(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Appends an extension for the media type ("html", "pdf", "gif" or whatever).

F

fragment(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI fragment using an unencoded value.
fragment(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI fragment using an unencoded value.
fromPath(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromUri(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance initialized from an existing URI.
fromUri(URI) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance initialized from an existing URI.

G

getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the absolute path of the request in the form of an ExtendedUriBuilder.
getAuthenticator() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the Authenticator.
getBaseUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the base URI of the application in the form of an ExtendedUriBuilder.
getExtension() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
getExtension() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Returns the extension of the current uri, if available.
getGuard() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
getInstance(Class<T>) - Method in interface org.restlet.ext.jaxrs.ObjectFactory
Creates an instance of the given class.
If the concrete instance could not instantiate the given class, it could return null.
getJaxRsRestlet() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the used JaxRsRestlet.
getNoResMethodHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no resource method class could be found.
getNoResourceClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no resource class could be found.
getNoRootResClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no root resource class could be found.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getRequestUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the absolute request URI in the form of an ExtendedUriBuilder .
getRootResourceClasses() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns an unmodifiable set with the attached root resource classes.
getRootResources() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns an unmodifiable set with the attached root resource classes.
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns an unmodifiable set of supported URIs (relative to this Application).
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns a Collection with all root uris attached to this JaxRsRestlet.

H

handle(Request, Response) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Handles a call by looking for the resource metod to call, call it and return the result.
host(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI host.
host(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI host.

I

InstantiateException - Exception in org.restlet.ext.jaxrs
Thrown if a provider, a root resource class or a resource class could not be instantiated.
InstantiateException(Method, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Use this constructor, if a resource class could not be instantiated.
InstantiateException(String) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
 
InstantiateException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
 
InstantiateException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
 

J

JaxRsApplication - Class in org.restlet.ext.jaxrs
This is the main class to be used for the instantiation of a JAX-RS runtime environment.
JaxRsApplication() - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Creates an new JaxRsApplication.
JaxRsApplication(Context) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Creates an new JaxRsApplication.
JaxRsApplication(Context, Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Creates an new JaxRsApplication.
JaxRsApplication(Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
 
JaxRsClientResource - Class in org.restlet.ext.jaxrs
The JAX-RS implementation of the ClientResource class.
JaxRsClientResource(Context, Reference) - Constructor for class org.restlet.ext.jaxrs.JaxRsClientResource
 
JaxRsRestlet - Class in org.restlet.ext.jaxrs
This class choose the JAX-RS resource class and method to use for a request and handles the result from he resource method.
JaxRsRestlet(Context, MetadataService) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet
Creates a new JaxRsRestlet with the given Context.

M

matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.

N

newInstance() - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Creates a new instance of UriBuilder.

O

ObjectFactory - Interface in org.restlet.ext.jaxrs
Implement this interface to instantiate JAX-RS root resource classes and providers yourself and register it by JaxRsApplication.setObjectFactory(ObjectFactory).
org.restlet.ext.jaxrs - package org.restlet.ext.jaxrs
Support for JAX-RS API.

P

path(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Appends the given path to the current path.S
path(Class) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path to the existing path.
path(Class) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path to the existing path.
port(int) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI port.
port(int) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI port.

Q

queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append a query parameter to the existing set of query parameters.
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append a query parameter to the existing set of query parameters.

R

replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
replacePath(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Replaces the current path with the given path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI path.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI query string.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder

S

scheme(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI scheme.
scheme(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI scheme.
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI scheme-specific-part (see URI).
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI scheme-specific-part (see URI).
segment(String...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path segments to the existing path.
segment(String...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path segments to the existing path.
setApplications(Collection<Application>) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Adds the given applications to the available applications.
setAuthenticator(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Sets the Authenticator to use.
setContext(Context) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
 
setGuard(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
setNoResMethodHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that will handle the Requests, if no resource method could be found.
setNoResourceClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that will handle the Requests, if no resource class could be found.
setNoRootResClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that is called, if no root resource class could be found.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Sets the ObjectFactory for root resource class and provider instantiation.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the ObjectFactory for root resource class and provider instantiation.
start() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
 

T

toString() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Returns the actual URI as String.
toString() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Returns the actual URI as String.

U

uri(URI) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(URI) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
userInfo(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI user-info.
userInfo(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI user-info.

W

wrap(Class<? extends T>) - Method in class org.restlet.ext.jaxrs.JaxRsClientResource
Wraps the client resource to proxy calls to the given Java interface into Restlet method calls.
A B C E F G H I J M N O P Q R S T U W 

Copyright © 2005-2017 Restlet.