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.rest
Methods 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 innerRestOpContext
of this method.RestResponse.getOpContext()
Returns access to the innerRestOpContext
of 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.int
RestOpContext.compareTo
(RestOpContext o) static RestOpSession.Builder
RestOpSession.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.arg
Constructor parameters in org.apache.juneau.rest.arg with type arguments of type RestOpContextModifierConstructorDescriptionprotected
RestOpContextArgs
(ThrowingFunction<RestOpContext, T> function) Constructor. -
Uses of RestOpContext in org.apache.juneau.rest.debug
Methods in org.apache.juneau.rest.debug with parameters of type RestOpContextModifier and TypeMethodDescriptionboolean
DebugEnablement.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.rrpc
Subclasses of RestOpContext in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclass
A specializedRestOpContext
for handling"RRPC" HTTP methods.