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.
|
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 and Description |
---|
BaseServletDTO() |
public java.lang.String name
null
, unless this
object represents a FailedServletDTO
or a
FailedErrorPageDTO
where the value might be null
.public java.lang.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 java.util.Map<java.lang.String,java.lang.String> initParams
public long servletContextId
public long serviceId
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0