public class ServletAnnotationScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
javax.servlet.annotation.WebServlet |
annotation |
Boolean |
asyncSupported |
Integer |
loadOnStartup |
javax.servlet.annotation.MultipartConfig |
multiPartConfigAnnotation |
Boolean |
scanned |
String |
servletName |
String[] |
urlPatterns |
javax.servlet.annotation.WebInitParam[] |
webInitParams |
| Constructor and Description |
|---|
ServletAnnotationScanner(Class<?> clazz) |
public Boolean scanned
public String[] urlPatterns
public String servletName
public Integer loadOnStartup
public Boolean asyncSupported
public javax.servlet.annotation.WebInitParam[] webInitParams
public javax.servlet.annotation.MultipartConfig multiPartConfigAnnotation
public javax.servlet.annotation.WebServlet annotation
public ServletAnnotationScanner(Class<?> clazz)
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.