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, unless this
 object represents a FailedServletDTO or a
 FailedErrorPageDTO where the value might be null.public String servletInfo
 This is the value returned by the Servlet.getServletInfo()
 method. For a FailedServletDTO or a FailedErrorPageDTO
 this is always null.
public boolean asyncSupported
public Map<String,String> initParams
public long servletContextId
public long serviceId
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0