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
Methods in org.glassfish.jersey.server.filter that return HttpMethodOverrideFilter.SourceModifier and TypeMethodDescriptionprivate static HttpMethodOverrideFilter.Source[]HttpMethodOverrideFilter.parseConfig(Object config) Converts configuration property value to an array ofHttpMethodOverrideFilter.Sourceliterals.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.SourceModifier and TypeMethodDescriptionstatic voidHttpMethodOverrideFilter.enableFor(ResourceConfig rc, HttpMethodOverrideFilter.Source... sources) Registers this filter into the passedResourceConfiginstance and configures it.private StringHttpMethodOverrideFilter.getParamValue(HttpMethodOverrideFilter.Source source, javax.ws.rs.core.MultivaluedMap<String, String> paramsMap, String paramName) Returns parameter value in a normalized form (uppercase, trimmed andnullif empty string) considering the config flags.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.