com.uwyn.rife.engine.annotations
Annotation Type FileRegexp
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface FileRegexp
Declares a file upload regular expression during a submission.
- Since:
- 1.5
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
File,
FileProperty
|
Required Element Summary |
String |
value
The regular expression that needs to be respected for the name of the
parameter that will contain the file data. |
value
public abstract String value
- The regular expression that needs to be respected for the name of the
parameter that will contain the file data.
- Since:
- 1.5
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.