@ConfigurationProperties(prefix="camel.component.servlet.mapping") public class ServletMappingConfiguration extends Object
Constructor and Description |
---|
ServletMappingConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
Boolean |
getEnabled() |
String |
getServletName() |
void |
setContextPath(String contextPath) |
void |
setEnabled(Boolean enabled) |
void |
setServletName(String servletName) |
public String getContextPath()
public void setContextPath(String contextPath)
public String getServletName()
public void setServletName(String servletName)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Apache Camel