Uses of Class
org.apache.juneau.rest.RestOpContext
Packages that use RestOpContext
Package
Description
REST Server API
REST Method Argument Beans
- 
Uses of RestOpContext in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestOpContextModifier and TypeMethodDescriptionRestOpContext.Builder.build()RestOperations.findOperation(RestSession session) Finds the method that should handle the specified call.RestOpSession.getContext()RestRequest.getOpContext()Returns access to the innerRestOpContextof this method.RestResponse.getOpContext()Returns access to the innerRestOpContextof this method.Methods in org.apache.juneau.rest that return types with arguments of type RestOpContextModifier and TypeMethodDescriptionprotected Class<? extends RestOpContext>RestOpContext.Builder.getDefaultImplClass()Specifies the default implementation class if not specified viaRestOpContext.Builder.type(Class).RestOperations.getOpContexts()Returns the list of method contexts in this object.Methods in org.apache.juneau.rest with parameters of type RestOpContextModifier and TypeMethodDescriptionRestOperations.Builder.add(String httpMethodName, RestOpContext value) Adds a method context to this builder.RestOperations.Builder.add(RestOpContext value) Adds a method context to this builder.intRestOpContext.compareTo(RestOpContext o) static RestOpSession.BuilderRestOpSession.create(RestOpContext ctx, RestSession session) Static creator.Method parameters in org.apache.juneau.rest with type arguments of type RestOpContextModifier and TypeMethodDescriptionRestContext.Builder.restOpContextClass(Class<? extends RestOpContext> value) REST operation context class.Constructors in org.apache.juneau.rest with parameters of type RestOpContext
- 
Uses of RestOpContext in org.apache.juneau.rest.argConstructor parameters in org.apache.juneau.rest.arg with type arguments of type RestOpContextModifierConstructorDescriptionprotectedRestOpContextArgs(ThrowingFunction<RestOpContext, T> function) Constructor.
- 
Uses of RestOpContext in org.apache.juneau.rest.debugMethods in org.apache.juneau.rest.debug with parameters of type RestOpContextModifier and TypeMethodDescriptionbooleanDebugEnablement.isDebug(RestOpContext context, jakarta.servlet.http.HttpServletRequest req) Returnstrue if debug is enabled on the specified method and request.
- 
Uses of RestOpContext in org.apache.juneau.rest.rrpcSubclasses of RestOpContext in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclassA specializedRestOpContextfor handling"RRPC" HTTP methods.