public class ServletDTO extends BaseServletDTO
javax.servlet.Servlet currently being used by a servlet
context.| Modifier and Type | Field and Description |
|---|---|
boolean |
multipartEnabled
Specifies whether multipart support is enabled.
|
int |
multipartFileSizeThreshold
Specifies the size threshold after which the file will be written to
disk.
|
String |
multipartLocation
Specifies the location where the files can be stored on disk.
|
long |
multipartMaxFileSize
Specifies the maximum size of a file being uploaded.
|
long |
multipartMaxRequestSize
Specifies the maximum request size.
|
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 null. It might be empty for
named servlets.
public boolean multipartEnabled
public int multipartFileSizeThreshold
0 is
returned.multipartEnabledpublic String multipartLocation
null is returned.multipartEnabledpublic long multipartMaxFileSize
0 is returned.multipartEnabledpublic long multipartMaxRequestSize
0 is returned.multipartEnabledCopyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0