Package rife.engine.annotations
Annotation Interface ParametersBean
Declares a bean to be mapped from or to request parameters.
- Since:
- 1.0
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDetermines what the direction of the flow is for processing this fieldThe prefix that will be stripped from or added to the front of each parameter name.
-
Element Details
-
prefix
String prefixThe prefix that will be stripped from or added to the front of each parameter name.- Since:
- 1.0
- Default:
- ""
-
flow
FlowDirection flowDetermines what the direction of the flow is for processing this field- Returns:
- the direction of the flow for field processing
- Since:
- 1.0
- Default:
- IN
-