public class ServletDTO extends BaseServletDTO
javax.servlet.Servlet currently being used by a servlet
context.| Modifier and Type | Field and Description |
|---|---|
String[] |
patterns
The request mappings for the servlet.
|
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo| Constructor and Description |
|---|
ServletDTO() |
public String[] patterns
The specified patterns are used to determine whether a request is mapped to the servlet. This array is never empty.
Copyright © 2019 OSGi Alliance. All rights reserved.