Class TemplateResponseFilter

java.lang.Object
io.quarkus.resteasy.reactive.qute.runtime.TemplateResponseFilter

public class TemplateResponseFilter extends Object
This class is needed in order to support handling Response that contains a TemplateInstance...
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) io.quarkus.qute.Engine
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<Void>
    filter(org.jboss.resteasy.reactive.server.spi.ResteasyReactiveContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • engine

      @Inject io.quarkus.qute.Engine engine
  • Constructor Details

    • TemplateResponseFilter

      public TemplateResponseFilter()
  • Method Details

    • filter

      public io.smallrye.mutiny.Uni<Void> filter(org.jboss.resteasy.reactive.server.spi.ResteasyReactiveContainerRequestContext requestContext, jakarta.ws.rs.container.ContainerResponseContext responseContext)