ExpressionEvaluator.ExpressionEvaluator.Request, but only if such a parameter not already exists.Request, but only for those parameters not already existsing.boolean.ExpressionEvaluator using the given variables.FormUpload implementation.Boolean, if possible.File.FormUpload.FormUploads for the request as immutable map.List of all FormUploads for the parameter with the given name.HttpServletRequestFile (default: -1, which means there is no limit).List containing all the values for the parameter with the given name.Set containing the names of all request parameters.Map containing the name of each request-parameter as a key and a single parameter
value as the map's value.Map containing the name of each request-parameter as a key and the list of submitted
values as value.String, if possible.String is a valid expression (starts with ${ and ends with }).true if this is a HTPP GET request.true if this is a multipart request.true if this is a HTPP POST request.true if, and only if, all of those methods return true:
FormUpload.isValidFile()
FormUpload.isValidSize()
FormUpload.isValidType()
FormUploadValidator.isValid(FormUpload) using this FormUpload and returns the result.FormUploadValidator.isValid(FormUpload) using this FormUpload and returns the result.FormUpload has one of the given types and matches the given size restrictions.FormUpload.Request, i.e.File has a valid size.File's extension or content-type are contained in the list of accepted types
for this FormUpload.Request and FormUpload implementationsHttpServletRequest.RequestContainer and allows processing a HttpServletRequest by
calling Request.process(HttpServletRequest).HttpServletRequest inRequest-implementation.RequestContainer conveniently wraps an ServletRequest and simplifies the access to (possibly
multi-valued) request-parameters including FormUploads.FormUpload within this Request.FormUpload within this Request, and additionally defines if
violations should be handled strict.FormUploads.setVariable(String, Object) for each entry of the given map.File.Copyright © 2011–2017 aiticon GmbH. All rights reserved.