|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface Multipart
This annotation indicates a multipart method with optional characteristics. It is no required for every multipart method because a multipart method may be identified checking if an action method has parameters of type FileItem. But this annotation is necessary on methods where it is necessary to indicate starting at which parameter path info parameters stop being path info parameters, and multipart simple parameters start.
| Optional Element Summary | |
|---|---|
int |
numberOfPathInfoParams
The number of path info parameters in the method. |
public abstract int numberOfPathInfoParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||