- factory - Variable in class uws.service.UWSService
-
Factory which lets creating the UWS jobs and their thread.
- fatalError - Variable in class uws.job.JobThread
-
Indicate whether the exception stored in the attribute
JobThread.lastError
should be considered as a grave error or not.
- fetchClass(String, String, Class<C>) - Static method in class uws.config.UWSConfiguration
-
Fetch the class object corresponding to the class name provided between brackets in the given value.
- fetchConstructor(String, String, Class<C>, Class<?>[]) - Static method in class uws.config.UWSConfiguration
-
Fetch the specified constructor of the class corresponding to the class name provided between brackets in the given value.
- file - Variable in class uws.job.jobInfo.XMLJobInfo
-
Link toward the XML file represented by this
JobInfo
.
- fileExts - Static variable in class uws.UWSToolBox
-
- fileManager - Variable in class uws.service.log.DefaultUWSLog
-
- fileManager - Variable in class uws.service.request.MultipartParser
-
File manager to use to create
UploadFile
instances.
- fileManager - Variable in class uws.service.request.NoEncodingParser
-
File manager to use to create
UploadFile
instances.
- fileManager - Variable in class uws.service.request.UploadFile
-
File manager to use in order to open, move or delete this uploaded file.
- fileManager - Variable in class uws.service.request.XMLRequestParser
-
File manager to use to create
UploadFile
instances.
- fileManager - Variable in class uws.service.UWSService
-
Lets managing all UWS files (i.e.
- fileName - Variable in class uws.service.request.UploadFile
-
File name.
- files - Variable in class uws.job.parameters.UWSParameters
-
List of all uploaded files among the whole set of parameters.
- fileUpload - Variable in class uws.service.request.MultipartParser
-
Tool to parse Multipart HTTP request and fetch files when necessary.
- filters - Variable in class uws.job.serializer.filter.JobListRefiner
-
List of all job filters to apply.
- finished - Variable in class uws.job.JobThread
-
- flush() - Method in class uws.service.file.io.OutputStreamWithCloseAction
-
- flush(PrintWriter) - Static method in class uws.UWSToolBox
-
Flush the buffer of the given PrintWriter
.
- FORBIDDEN - Static variable in exception uws.UWSException
-
- format(Date) - Static method in class uws.ISO8601Format
-
Format the given date-time in ISO8601 format.
- format(long) - Static method in class uws.ISO8601Format
-
Format the given date-time in ISO8601 format.
- format(long, boolean) - Static method in class uws.ISO8601Format
-
Convert the given date-time in the given time zone and format it in ISO8601 format.
- format(long, String, boolean, boolean) - Static method in class uws.ISO8601Format
-
Convert the given date in the given time zone and format it in ISO8601 format, with or without displaying the time zone
and/or the milliseconds field.
- formatError(String, ErrorType, int, String, String, JobOwner, HttpServletResponse, String) - Method in class uws.service.error.DefaultUWSErrorWriter
-
Formats and writes the given error in the HTTP servlet response.
- formatHTMLError(String, ErrorType, int, String, String, JobOwner, HttpServletResponse) - Method in class uws.service.error.DefaultUWSErrorWriter
-
Formats and writes the given error in the HTTP servlet response.
- formatInUTC(long) - Static method in class uws.ISO8601Format
-
Convert the given date-time in UTC and format it in ISO8601 format.
- formatInUTC(long, boolean) - Static method in class uws.ISO8601Format
-
Convert the given date-time in UTC and format it in ISO8601 format.
- formatJSONError(String, ErrorType, int, String, String, JobOwner, HttpServletResponse) - Method in class uws.service.error.DefaultUWSErrorWriter
-
Formats and writes the given error in the HTTP servlet response.
- FormEncodedParser - Class in uws.service.request
-
Extract parameters encoded using the HTTP-GET method or the Content-type
application/x-www-form-urlencoded with the HTTP-POST or HTTP-PUT method in
an HttpServletRequest
.
- FormEncodedParser() - Constructor for class uws.service.request.FormEncodedParser
-
- fromBase64(String) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Decode the given Base-64 string into a bytes array.