Class MultiPartResource
- java.lang.Object
-
- org.glassfish.jersey.examples.multipart.webapp.MultiPartResource
-
-
Constructor Summary
Constructors Constructor Description MultiPartResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringpost(String s)Stringpost(String s, FormDataContentDisposition d)Stringpost(String s, FormDataContentDisposition sd, Bean b, FormDataContentDisposition bd)
-
-
-
Method Detail
-
post
@POST @Path("part-file-name") @Consumes("multipart/form-data") public String post(String s, FormDataContentDisposition d)
-
post
@POST @Path("xml-jaxb-part") @Consumes("multipart/form-data") public String post(String s, FormDataContentDisposition sd, Bean b, FormDataContentDisposition bd)
-
-