Uses of Class
org.restlet.ext.jaxrs.internal.core.CallContext
-
Packages that use CallContext Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.core org.restlet.ext.jaxrs.internal.util -
-
Uses of CallContext in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs with parameters of type CallContext Modifier and Type Method Description private ResourceObjectJaxRsRestlet. createSubResource(ResourceObject o, SubResourceLocator subResourceLocator, CallContext callContext)Deprecated. -
Uses of CallContext in org.restlet.ext.jaxrs.internal.core
Methods in org.restlet.ext.jaxrs.internal.core that return CallContext Modifier and Type Method Description CallContextThreadLocalizedContext. get()Deprecated.Returns the wrapped CallContext for the current Thread.protected CallContextThreadLocalizedUriInfo. getCallContext()Deprecated.Methods in org.restlet.ext.jaxrs.internal.core with parameters of type CallContext Modifier and Type Method Description voidThreadLocalizedContext. set(CallContext callContext)Deprecated.Sets the CallContext for the current thread. -
Uses of CallContext in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util with parameters of type CallContext Modifier and Type Method Description static voidAlgorithmUtil. addPathVarsToMap(MatchingResult matchResult, CallContext callContext)Deprecated.Adds the matched template parameters to theCallContext.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.
-