Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.context.embedded |
Support for embedded servlet containers.
|
Modifier and Type | Method and Description |
---|---|
JspServlet |
ServerProperties.getJspServlet() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.setJspServlet(JspServlet jspServlet) |
Modifier and Type | Method and Description |
---|---|
JspServlet |
AbstractConfigurableEmbeddedServletContainer.getJspServlet() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setJspServlet(JspServlet jspServlet)
Sets the configuration that will be applied to the container's JSP servlet.
|
void |
AbstractConfigurableEmbeddedServletContainer.setJspServlet(JspServlet jspServlet) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.