Package play.mvc

Class BodyParser.FormUrlEncoded

All Implemented Interfaces:
BodyParser<Map<String,String[]>>
Enclosing interface:
BodyParser<A>

public static class BodyParser.FormUrlEncoded extends BodyParser.BufferingBodyParser<Map<String,String[]>>
Parse the body as form url encoded if the Content-Type is application/x-www-form-urlencoded.