Package play.mvc

Class BodyParser.Text

All Implemented Interfaces:
BodyParser<String>
Enclosing interface:
BodyParser<A>

public static class BodyParser.Text extends BodyParser.BufferingBodyParser<String>
Parse the body as text if the Content-Type is text/plain.