- getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
-
- getAuthenticator() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
- getBaseUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
-
- 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
-
- 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
-
- 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
-
- 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.