java.lang.Object
org.apache.camel.quarkus.component.servlet.deployment.ServletProcessor

class ServletProcessor extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    build(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.undertow.deployment.ServletBuildItem> servlet, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBean)
     
    (package private) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (package private) static io.quarkus.undertow.deployment.ServletBuildItem
    newServlet(String key, org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig servletConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBean)
     

    Methods inherited from class java.lang.Object

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

    • camelServletConfig

      org.apache.camel.quarkus.servlet.runtime.CamelServletConfig camelServletConfig
  • Constructor Details

    • ServletProcessor

      ServletProcessor()
  • Method Details

    • feature

      io.quarkus.deployment.builditem.FeatureBuildItem feature()
    • build

      void build(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.undertow.deployment.ServletBuildItem> servlet, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBean)
    • newServlet

      static io.quarkus.undertow.deployment.ServletBuildItem newServlet(String key, org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig servletConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBean)