? ServletDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.http.runtime.dto.BaseServletDTO
org.osgi.service.http.runtime.dto.ServletDTO
- ??????:
FailedServletDTO
Represents a
javax.servlet.Servlet
currently being used by a servlet
context.-
????
????????????boolean
Specifies whether multipart support is enabled.int
Specifies the size threshold after which the file will be written to disk.Specifies the location where the files can be stored on disk.long
Specifies the maximum size of a file being uploaded.long
Specifies the maximum request size.String[]
The request mappings for the servlet.??????? org.osgi.service.http.runtime.dto.BaseServletDTO
asyncSupported, initParams, name, serviceId, servletContextId, servletInfo
-
?????
??? -
????
??????? org.osgi.dto.DTO
toString
-
??????
-
patterns
The request mappings for the servlet.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. -
multipartEnabled
public boolean multipartEnabledSpecifies whether multipart support is enabled.- ???????:
- 1.1
-
multipartFileSizeThreshold
public int multipartFileSizeThresholdSpecifies the size threshold after which the file will be written to disk. If multipart is not enabled for this servlet,0
is returned.- ???????:
- 1.1
- ????:
-
multipartLocation
Specifies the location where the files can be stored on disk. If multipart is not enabled for this servlet,null
is returned.- ???????:
- 1.1
- ????:
-
multipartMaxFileSize
public long multipartMaxFileSizeSpecifies the maximum size of a file being uploaded. If multipart is not enabled for this servlet,0
is returned.- ???????:
- 1.1
- ????:
-
multipartMaxRequestSize
public long multipartMaxRequestSizeSpecifies the maximum request size. If multipart is not enabled for this servlet,0
is returned.- ???????:
- 1.1
- ????:
-
-
???????
-
ServletDTO
public ServletDTO()
-