ErrorPageDTO, ServletDTOpublic abstract class BaseServletDTO
extends org.osgi.dto.DTO
javax.servlet.Servlet service.| Modifier and Type | Field | Description |
|---|---|---|
boolean |
asyncSupported |
Specifies whether the servlet supports asynchronous processing.
|
java.util.Map<java.lang.String,java.lang.String> |
initParams |
The servlet initialization parameters as provided during registration of
the servlet.
|
java.lang.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.
|
java.lang.String |
servletInfo |
The information string from the servlet.
|
| Constructor | Description |
|---|---|
BaseServletDTO() |
public java.lang.String name
null.public java.lang.String servletInfo
This is the value returned by the Servlet.getServletInfo()
method.
public boolean asyncSupported
public java.util.Map<java.lang.String,java.lang.String> initParams
public long servletContextId
public long serviceId