Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.RequestHandledException
-
Packages that use RequestHandledException Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.util -
-
Uses of RequestHandledException in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs that return RequestHandledException Modifier and Type Method Description private RequestHandledExceptionJaxRsRestlet. handleInvocationTargetExc(java.lang.reflect.InvocationTargetException ite)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.Methods in org.restlet.ext.jaxrs that throw RequestHandledException Modifier and Type Method Description private ResourceObjectJaxRsRestlet. createSubResource(ResourceObject o, SubResourceLocator subResourceLocator, CallContext callContext)Deprecated.private RequestHandledExceptionJaxRsRestlet. handleInvocationTargetExc(java.lang.reflect.InvocationTargetException ite)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.private JaxRsRestlet.ResObjAndMethJaxRsRestlet. identifyMethod(JaxRsRestlet.ResObjAndRemPath resObjAndRemPath, MediaType givenMediaType)Deprecated.Identifies the method that will handle the request, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 3: Identify the method that will handle the request:"private JaxRsRestlet.RroRemPathAndMatchedPathJaxRsRestlet. identifyRootResource(RemainingPath u)Deprecated.Identifies the root resource class, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 1: "Identify the root resource class"private ResourceObjectJaxRsRestlet. instantiateRrc(RootResourceClass rrc)Deprecated.Instantiates the root resource class and handles thrown exceptions.private java.lang.ObjectJaxRsRestlet. invokeMethod(ResourceMethod resourceMethod, ResourceObject resourceObject)Deprecated.Invokes the (sub) resource method.private JaxRsRestlet.ResObjAndRemPathJaxRsRestlet. obtainObject(JaxRsRestlet.RroRemPathAndMatchedPath rroRemPathAndMatchedPath)Deprecated.Obtains the object that will handle the request, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 2: "btain the object that will handle the request"private JaxRsRestlet.ResObjAndMethJaxRsRestlet. requestMatching()Deprecated.Implementation of algorithm in JAX-RS-Spec (2008-04-16), Section 3.7.2 "Request Matching" -
Uses of RequestHandledException in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that return RequestHandledException Modifier and Type Method Description RequestHandledExceptionExceptionHandler. instantiateExecption(InstantiateException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.RequestHandledExceptionExceptionHandler. methodInvokeException(MethodInvokeException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.RequestHandledExceptionExceptionHandler. missingAnnotation(MissingAnnotationException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.RequestHandledExceptionExceptionHandler. runtimeExecption(java.lang.RuntimeException exception, AbstractMethodWrapper jaxRsMethod, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.Methods in org.restlet.ext.jaxrs.internal.util that throw RequestHandledException Modifier and Type Method Description RequestHandledExceptionExceptionHandler. instantiateExecption(InstantiateException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.RequestHandledExceptionExceptionHandler. methodInvokeException(MethodInvokeException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.RequestHandledExceptionExceptionHandler. missingAnnotation(MissingAnnotationException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.voidExceptionHandler. resourceMethodNotFound()Deprecated.Handles the case, if no resource method was found.voidExceptionHandler. resourceNotFound()Deprecated.Handles the case, if no resource class was found.voidExceptionHandler. rootResourceNotFound()Deprecated.Handles the case, if no root resource class was found.RequestHandledExceptionExceptionHandler. runtimeExecption(java.lang.RuntimeException exception, AbstractMethodWrapper jaxRsMethod, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.
-