Package play.mvc.results
Class RenderHtml
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.utils.FastRuntimeException
-
- play.mvc.results.Result
-
- play.mvc.results.RenderHtml
-
- All Implemented Interfaces:
java.io.Serializable
public class RenderHtml extends Result
200 OK with a text/plain- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenderHtml(java.lang.CharSequence html)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Http.Request request, Http.Response response)
java.lang.String
getHtml()
-
Methods inherited from class play.mvc.results.Result
getEncoding, setContentTypeIfNotSet
-
Methods inherited from class play.utils.FastRuntimeException
fillInStackTrace
-
-
-
-
Method Detail
-
apply
public void apply(Http.Request request, Http.Response response)
-
getHtml
public java.lang.String getHtml()
-
-