Class ServletMappingConfiguration

java.lang.Object
org.apache.camel.component.servlet.springboot.ServletMappingConfiguration

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

    • ServletMappingConfiguration

      public ServletMappingConfiguration()
  • Method Details

    • 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)