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.
|
java.lang.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.
|
java.lang.String[] |
patterns
The request mappings for the servlet.
|
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo
Constructor and Description |
---|
ServletDTO() |
public java.lang.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.multipartEnabled
public java.lang.String multipartLocation
null
is returned.multipartEnabled
public long multipartMaxFileSize
0
is returned.multipartEnabled
public long multipartMaxRequestSize
0
is returned.multipartEnabled
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0