Class ServletMappingConfiguration


  • @ConfigurationProperties(prefix="camel.servlet.mapping")
    public class ServletMappingConfiguration
    extends Object
    Mapping settings for the Camel Servlet
    • Constructor Detail

      • ServletMappingConfiguration

        public ServletMappingConfiguration()
    • Method Detail

      • getContextPath

        public String getContextPath()
      • setContextPath

        public void setContextPath​(String contextPath)
      • getServletName

        public String getServletName()
      • setServletName

        public void setServletName​(String servletName)
      • getEnabled

        public Boolean getEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)