Uses of Interface
jakarta.ws.rs.container.ContainerRequestContext
-
Packages that use ContainerRequestContext Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.filter Provides core server filters.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.model.internal Jersey server-side internal model related and routing helper classes.org.glassfish.jersey.server.wadl.processor Jersey server-side WADLmodel processorclasses that extends resource model with resources and resource methods that produce WADL content. -
-
Uses of ContainerRequestContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type ContainerRequestContext Modifier and Type Method Description voidContainerRequestFilter. filter(ContainerRequestContext requestContext)Filter method called before a request has been dispatched to a resource.voidContainerResponseFilter. filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext)Filter method called after a response has been provided for a request (either by arequest filteror by a matched resource method. -
Uses of ContainerRequestContext in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement ContainerRequestContext Modifier and Type Class Description classContainerRequestJersey container request context. -
Uses of ContainerRequestContext in org.glassfish.jersey.server.filter
Methods in org.glassfish.jersey.server.filter with parameters of type ContainerRequestContext Modifier and Type Method Description voidCsrfProtectionFilter. filter(ContainerRequestContext rc)voidEncodingFilter. filter(ContainerRequestContext request, ContainerResponseContext response)voidHttpMethodOverrideFilter. filter(ContainerRequestContext request)voidUriConnegFilter. filter(ContainerRequestContext rc) -
Uses of ContainerRequestContext in org.glassfish.jersey.server.model
Method parameters in org.glassfish.jersey.server.model with type arguments of type ContainerRequestContext Modifier and Type Method Description ResourceMethod.BuilderResourceMethod.Builder. handledBy(Inflector<ContainerRequestContext,?> inflector)Define an inflector-based resource method handler binding. -
Uses of ContainerRequestContext in org.glassfish.jersey.server.model.internal
Constructor parameters in org.glassfish.jersey.server.model.internal with type arguments of type ContainerRequestContext Constructor Description Method(String httpMethod, MediaType consumes, MediaType produces, Class<? extends Inflector<ContainerRequestContext,Response>> inflector)Create new method instance.Method(String httpMethod, MediaType consumes, MediaType produces, Inflector<ContainerRequestContext,Response> inflector)Create new method instance.Method(String path, String httpMethod, MediaType consumes, MediaType produces, Class<? extends Inflector<ContainerRequestContext,Response>> inflector)Create new method instance.Method(String path, String httpMethod, MediaType consumes, MediaType produces, Inflector<ContainerRequestContext,Response> inflector)Create new method instance.Method(String path, String httpMethod, List<MediaType> consumes, List<MediaType> produces, Class<? extends Inflector<ContainerRequestContext,Response>> inflectorClass)Create new method instance.Method(String path, String httpMethod, List<MediaType> consumes, List<MediaType> produces, Inflector<ContainerRequestContext,Response> inflector)Create new method instance.Method(String httpMethod, List<MediaType> consumes, List<MediaType> produces, Class<? extends Inflector<ContainerRequestContext,Response>> inflector)Create new method instance.Method(String httpMethod, List<MediaType> consumes, List<MediaType> produces, Inflector<ContainerRequestContext,Response> inflector)Create new method instance. -
Uses of ContainerRequestContext in org.glassfish.jersey.server.wadl.processor
Methods in org.glassfish.jersey.server.wadl.processor with parameters of type ContainerRequestContext Modifier and Type Method Description ResponseWadlModelProcessor.OptionsHandler. apply(ContainerRequestContext containerRequestContext)
-