|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.mvc.BodyParser.FormUrlEncoded
public static class BodyParser.FormUrlEncoded
Parse the body as form url encoded if the Content-Type is application/x-www-form-urlencoded.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface play.mvc.BodyParser |
---|
BodyParser.AnyContent, BodyParser.FormUrlEncoded, BodyParser.Json, BodyParser.MultipartFormData, BodyParser.Of, BodyParser.Raw, BodyParser.Text, BodyParser.TolerantJson, BodyParser.TolerantText, BodyParser.TolerantXml, BodyParser.Xml |
Constructor Summary | |
---|---|
BodyParser.FormUrlEncoded()
|
Method Summary | |
---|---|
play.api.mvc.BodyParser<Http.RequestBody> |
parser(int maxLength)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BodyParser.FormUrlEncoded()
Method Detail |
---|
public play.api.mvc.BodyParser<Http.RequestBody> parser(int maxLength)
parser
in interface BodyParser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |