Uses of Interface
jakarta.ws.rs.container.ContainerResponseFilter
Packages that use ContainerResponseFilter
Package
Description
-
Uses of ContainerResponseFilter in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ContainerResponseFilterModifier and TypeFieldDescriptionprotected ContainerResponseFilter[]AbstractAsynchronousResponse.responseFiltersprotected ContainerResponseFilter[]ResourceMethodInvoker.responseFiltersMethods in org.jboss.resteasy.core that return ContainerResponseFilterModifier and TypeMethodDescriptionAbstractAsynchronousResponse.getResponseFilters()ResourceMethodInvoker.getResponseFilters()Methods in org.jboss.resteasy.core that return types with arguments of type ContainerResponseFilterModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getContainerResponseFilterRegistry()Methods in org.jboss.resteasy.core with parameters of type ContainerResponseFilterModifier and TypeMethodDescriptionvoidAbstractAsynchronousResponse.setResponseFilters(ContainerResponseFilter[] responseFilters) -
Uses of ContainerResponseFilter in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs with parameters of type ContainerResponseFilterModifier and TypeMethodDescriptionvoidContainerResponseFilterRegistryImpl.registerSingleton(ContainerResponseFilter interceptor) voidContainerResponseFilterRegistryImpl.registerSingleton(ContainerResponseFilter interceptor, int priority) Method parameters in org.jboss.resteasy.core.interception.jaxrs with type arguments of type ContainerResponseFilterModifier and TypeMethodDescriptionvoidContainerResponseFilterRegistryImpl.registerClass(Class<? extends ContainerResponseFilter> declaring) voidContainerResponseFilterRegistryImpl.registerClass(Class<? extends ContainerResponseFilter> declaring, int priority) Constructors in org.jboss.resteasy.core.interception.jaxrs with parameters of type ContainerResponseFilterModifierConstructorDescriptionContainerResponseContextImpl(HttpRequest request, HttpResponse httpResponse, BuiltResponse serverResponse, ResponseContainerRequestContext requestContext, ContainerResponseFilter[] responseFilters, Consumer<Throwable> onComplete, ServerResponseWriter.RunnableWithIOException continuation) -
Uses of ContainerResponseFilter in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ContainerResponseFilterModifier and TypeFieldDescriptionprotected JaxrsInterceptorRegistry<ContainerResponseFilter>ServerHelper.responseFiltersMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type ContainerResponseFilterModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getContainerResponseFilterRegistry()ResteasyProviderFactoryImpl.getContainerResponseFilterRegistry()NOOPServerHelper.getResponseFilters()ServerHelper.getResponseFilters()protected JaxrsInterceptorRegistry<ContainerResponseFilter>NOOPServerHelper.getResponseFiltersForWrite()protected JaxrsInterceptorRegistry<ContainerResponseFilter>ServerHelper.getResponseFiltersForWrite() -
Uses of ContainerResponseFilter in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors that implement ContainerResponseFilterModifier and TypeClassDescriptionclassclassHandles CORS requests both preflight and simple CORS requests.class(RESTEASY-1485) Thwart select XSS attack by escaping special chars in Exception message. -
Uses of ContainerResponseFilter in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ContainerResponseFilterMethods in org.jboss.resteasy.spi that return types with arguments of type ContainerResponseFilterMethods in org.jboss.resteasy.spi with parameters of type ContainerResponseFilterModifier and TypeMethodDescriptionvoidResteasyAsynchronousResponse.setResponseFilters(ContainerResponseFilter[] responseFilters)