com.uwyn.rife.engine.annotations
Annotation Type ParamRegexp
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface ParamRegexp
Declares a regexp submission parameter.
- Since:
- 1.5
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
Param,
ParamProperty,
Submission
|
Required Element Summary |
String |
value
The regular expression that the parameter name should respect. |
value
public abstract String value
- The regular expression that the parameter name should respect.
- Since:
- 1.5
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.