The {@link #setServlet(Servlet) servlet} must be specified before calling{@link #onStartup}. URL mapping can be configured used {@link #setUrlMappings} oromitted when mapping to '/*'. The servlet name will be deduced if not specified. @author Phillip Webb @see ServletContextInitializer @see ServletContext#addServlet(String,Servlet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|