public class FilterDTO extends DTO
javax.servlet.Filter
service currently being
used for by a servlet context.Modifier and Type | Field and Description |
---|---|
boolean |
asyncSupported
Specifies whether the servlet filter supports asynchronous processing.
|
String[] |
dispatcher
The dispatcher associations for the servlet filter.
|
Map<String,String> |
initParams
The servlet filter initialization parameters as provided during
registration of the servlet filter.
|
String |
name
The name of the servlet filter.
|
String[] |
patterns
The request mappings for the servlet filter.
|
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.
|
String[] |
servletNames
The servlet names for the servlet filter.
|
Constructor and Description |
---|
FilterDTO() |
public String name
null
.public String[] patterns
The specified patterns are used to determine whether a request is mapped to the servlet filter. This array might be empty.
public 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 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 String[] dispatcher
The specified names are used to determine in what occasions the servlet
filter is called. This array is never null
.
public Map<String,String> initParams
public long serviceId
public long servletContextId
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0