org.glassfish.jersey.media.multipart.internal
Class FormDataParameterInjectionFeature

java.lang.Object
  extended by org.glassfish.jersey.media.multipart.internal.FormDataParameterInjectionFeature
All Implemented Interfaces:
Feature

public class FormDataParameterInjectionFeature
extends Object
implements Feature

Feature providing support for FormDataParam parameter injection.

Author:
Michal Gajdos (michal.gajdos at oracle.com)

Constructor Summary
FormDataParameterInjectionFeature()
           
 
Method Summary
 boolean configure(FeatureContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDataParameterInjectionFeature

public FormDataParameterInjectionFeature()
Method Detail

configure

public boolean configure(FeatureContext context)
Specified by:
configure in interface Feature


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.