public abstract class BaseServletDTO extends DTO
javax.servlet.Servlet
service.Modifier and Type | Field and Description |
---|---|
boolean |
asyncSupported
Specifies whether the servlet supports asynchronous processing.
|
Map<String,String> |
initParams
The servlet initialization parameters as provided during registration of
the servlet.
|
String |
name
The name of the servlet.
|
long |
serviceId
Service property identifying the servlet.
|
long |
servletContextId
The service id of the servlet context for the servlet represented by this
DTO.
|
String |
servletInfo
The information string from the servlet.
|
Constructor and Description |
---|
BaseServletDTO() |
public String name
null
.public String servletInfo
This is the value returned by the Servlet.getServletInfo()
method.
public boolean asyncSupported
public Map<String,String> initParams
public long servletContextId
public long serviceId
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0