Uses of Class
org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source

Packages that use HttpMethodOverrideFilter.Source
org.glassfish.jersey.server.filter Provides core server filters. 
 

Uses of HttpMethodOverrideFilter.Source in org.glassfish.jersey.server.filter
 

Methods in org.glassfish.jersey.server.filter that return HttpMethodOverrideFilter.Source
static HttpMethodOverrideFilter.Source HttpMethodOverrideFilter.Source.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpMethodOverrideFilter.Source[] HttpMethodOverrideFilter.Source.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.jersey.server.filter with parameters of type HttpMethodOverrideFilter.Source
static void HttpMethodOverrideFilter.enableFor(ResourceConfig rc, HttpMethodOverrideFilter.Source... sources)
          Registers this filter into the passed ResourceConfig instance and configures it.
 

Constructors in org.glassfish.jersey.server.filter with parameters of type HttpMethodOverrideFilter.Source
HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source... sources)
          Initializes this filter setting the sources of information the filter should look for.
 



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