org.glassfish.jersey.examples.multipart.webapp
Class MultiPartFieldInjectedResource

java.lang.Object
  extended by 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)

Constructor Summary
MultiPartFieldInjectedResource()
           
 
Method Summary
 String post()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartFieldInjectedResource

public MultiPartFieldInjectedResource()
Method Detail

post

@POST
@Path(value="xml-jaxb-part")
@Consumes(value="multipart/form-data")
public String post()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.