Package play.mvc.results
Class RenderXml
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.utils.FastRuntimeException
-
- play.mvc.results.Result
-
- play.mvc.results.RenderXml
-
- All Implemented Interfaces:
java.io.Serializable
public class RenderXml extends Result
200 OK with a text/xml- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Http.Request request, Http.Response response)
java.lang.String
getXml()
-
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)
-
getXml
public java.lang.String getXml()
-
-