org.glassfish.jersey.examples.multipart.webapp
Class MultiPartResource
java.lang.Object
org.glassfish.jersey.examples.multipart.webapp.MultiPartResource
@Path(value="/form")
public class MultiPartResource
- extends Object
- Author:
- Michal Gajdos (michal.gajdos at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiPartResource
public MultiPartResource()
post
@Path(value="part")
public String post(String s)
post
@Path(value="part-file-name")
public String post(String s,
FormDataContentDisposition d)
post
@Path(value="xml-jaxb-part")
public String post(String s,
FormDataContentDisposition sd,
Bean b,
FormDataContentDisposition bd)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.