Java org.apache.commons.fileupload ParameterParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload ParameterParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload ParameterParser.

The text is from its open source code.

Constructor

ParameterParser()
Default ParameterParser constructor.

Method

Mapparse(final String str, char[] separators)
Extracts a map of name/value pairs from the given string.
Mapparse(final String str, char separator)
Extracts a map of name/value pairs from the given string.
Mapparse(final char[] chars, char separator)
Extracts a map of name/value pairs from the given array of characters.
voidsetLowerCaseNames(boolean b)
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.