Uses of Enum
org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Packages that use HttpMethodOverrideFilter.Source
-
Uses of HttpMethodOverrideFilter.Source in org.glassfish.jersey.server.filter
Subclasses with type arguments of type HttpMethodOverrideFilter.Source in org.glassfish.jersey.server.filterModifier and TypeClassDescriptionstatic enumEnumeration representing possible sources of information about the method overriding the filter should look for.Methods in org.glassfish.jersey.server.filter that return HttpMethodOverrideFilter.SourceModifier and TypeMethodDescriptionReturns 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.SourceModifier and TypeMethodDescriptionstatic voidHttpMethodOverrideFilter.enableFor(ResourceConfig rc, HttpMethodOverrideFilter.Source... sources) Registers this filter into the passedResourceConfiginstance and configures it.Constructors in org.glassfish.jersey.server.filter with parameters of type HttpMethodOverrideFilter.SourceModifierConstructorDescriptionInitializes this filter setting the sources of information the filter should look for.