Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CamelServletConfig - Class in org.apache.camel.quarkus.servlet.runtime
-
ConfigRootforCamelServletConfig.defaultServlet. - CamelServletConfig() - Constructor for class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
- CamelServletConfig.ServletConfig - Class in org.apache.camel.quarkus.servlet.runtime
-
camel-servletcomponent configuration
D
- DEFAULT_SERVLET_CLASS - Static variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
- DEFAULT_SERVLET_NAME - Static variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
- defaultServlet - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
-
The default servlet with implicit name
G
- getEffectiveServletName(String) - Method in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
Setting the servlet name is possible both via
servletNameand the key in theorg.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletsConfig#namedServletsmap.
I
- isValid() - Method in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
N
- namedServlets - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
-
A collection of named servlets
O
- org.apache.camel.quarkus.servlet.runtime - package org.apache.camel.quarkus.servlet.runtime
S
- servletClass - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
A fully qualified name of a servlet class to serve paths that match
urlPatterns - ServletConfig() - Constructor for class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
- servletName - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
A servletName as it would be defined in a `web.xml` file or in the
WebServlet.name()annotation.
U
- urlPatterns - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
A comma separated list of path patterns under which the CamelServlet should be accessible.
All Classes and Interfaces|All Packages|Constant Field Values