org.glassfish.jersey.examples.multipart.webapp
Class MultiPartFieldInjectedResource
java.lang.Object
org.glassfish.jersey.examples.multipart.webapp.MultiPartFieldInjectedResource
@Path(value="/form-field-injected")
public class MultiPartFieldInjectedResource
- extends Object
Field-injected version of the FormDataParam injection testing resource.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiPartFieldInjectedResource
public MultiPartFieldInjectedResource()
post
@POST
@Path(value="xml-jaxb-part")
@Consumes(value="multipart/form-data")
public String post()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.