FailedFilterDTOpublic class FilterDTO
extends org.osgi.dto.DTO
javax.servlet.Filter service currently being
used for by a servlet context.| Modifier and Type | Field | Description |
|---|---|---|
boolean |
asyncSupported |
Specifies whether the servlet filter supports asynchronous processing.
|
java.lang.String[] |
dispatcher |
The dispatcher associations for the servlet filter.
|
java.util.Map<java.lang.String,java.lang.String> |
initParams |
The servlet filter initialization parameters as provided during
registration of the servlet filter.
|
java.lang.String |
name |
The name of the servlet filter.
|
java.lang.String[] |
patterns |
The request mappings for the servlet filter.
|
java.lang.String[] |
regexs |
The request mappings for the servlet filter.
|
long |
serviceId |
Service property identifying the servlet filter.
|
long |
servletContextId |
The service id of the servlet context for the servlet filter represented
by this DTO.
|
java.lang.String[] |
servletNames |
The servlet names for the servlet filter.
|
| Constructor | Description |
|---|---|
FilterDTO() |
public java.lang.String name
null.public java.lang.String[] patterns
The specified patterns are used to determine whether a request is mapped to the servlet filter. This array might be empty.
public java.lang.String[] servletNames
The specified names are used to determine the servlets whose requests are mapped to the servlet filter. This array might be empty.
public java.lang.String[] regexs
The specified regular expressions are used to determine whether a request is mapped to the servlet filter. This array might be empty.
public boolean asyncSupported
public java.lang.String[] dispatcher
The specified names are used to determine in what occasions the servlet
filter is called. This array is never null.
public java.util.Map<java.lang.String,java.lang.String> initParams
public long serviceId
public long servletContextId