| com.uwyn.rife.engine.annotations.FileRegexp
FileRegexp | public @interface FileRegexp(Code) | | Declares a file upload regular expression during a submission.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.5 See Also: File See Also: FileProperty |
Field Summary | |
String | value The regular expression that needs to be respected for the name of the
parameter that will contain the file data. |
value | String value(Code) | | The regular expression that needs to be respected for the name of the
parameter that will contain the file data.
since: 1.5 |
|
|