Package | Description |
---|---|
io.undertow.servlet | |
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
static ServletInfo |
Servlets.servlet(String name,
Class<? extends javax.servlet.Servlet> servletClass)
Creates a new servlet description with the given name and class
|
static ServletInfo |
Servlets.servlet(String name,
Class<? extends javax.servlet.Servlet> servletClass,
InstanceFactory<? extends javax.servlet.Servlet> servlet)
Creates a new servlet description with the given name and class
|
Modifier and Type | Method and Description |
---|---|
ServletInfo |
ServletInfo.addHandlerChainWrapper(HandlerWrapper wrapper) |
ServletInfo |
ServletInfo.addInitParam(String name,
String value) |
ServletInfo |
ServletInfo.addMapping(String mapping) |
ServletInfo |
ServletInfo.addMappings(Collection<String> mappings) |
ServletInfo |
ServletInfo.addMappings(String... mappings) |
ServletInfo |
ServletInfo.clone() |
ServletInfo |
ServletInfo.setAsyncSupported(boolean asyncSupported) |
ServletInfo |
ServletInfo.setEnabled(boolean enabled) |
ServletInfo |
ServletInfo.setExecutor(Executor executor) |
ServletInfo |
ServletInfo.setJspFile(String jspFile) |
ServletInfo |
ServletInfo.setLoadOnStartup(Integer loadOnStartup) |
ServletInfo |
ServletInfo.setMultipartConfig(javax.servlet.MultipartConfigElement multipartConfig) |
ServletInfo |
ServletInfo.setRequireWelcomeFileMapping(boolean requireWelcomeFileMapping) |
ServletInfo |
ServletInfo.setRunAs(String runAs) |
ServletInfo |
ServletInfo.setServletSecurityInfo(ServletSecurityInfo servletSecurityInfo) |
Modifier and Type | Method and Description |
---|---|
Map<String,ServletInfo> |
DeploymentInfo.getServlets() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addServlet(ServletInfo servlet) |
DeploymentInfo |
DeploymentInfo.addServlets(ServletInfo... servlets) |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addServlets(Collection<ServletInfo> servlets) |
Modifier and Type | Method and Description |
---|---|
ServletInfo |
ManagedServlet.getServletInfo() |
Modifier and Type | Method and Description |
---|---|
ServletHandler |
ManagedServlets.addServlet(ServletInfo servletInfo) |
Constructor and Description |
---|
ManagedServlet(ServletInfo servletInfo,
ServletContextImpl servletContext) |
Constructor and Description |
---|
ServletConfigImpl(ServletInfo servletInfo,
javax.servlet.ServletContext servletContext) |
ServletRegistrationImpl(ServletInfo servletInfo,
Deployment deployment) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.