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