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