Package play.mvc.results
Class RenderStatic
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.utils.FastRuntimeException
-
- play.mvc.results.Result
-
- play.mvc.results.RenderStatic
-
- All Implemented Interfaces:
java.io.Serializable
public class RenderStatic extends Result
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
file
VirtualFile
resolvedFile
-
Constructor Summary
Constructors Constructor Description RenderStatic(java.lang.String file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Http.Request request, Http.Response response)
-
Methods inherited from class play.mvc.results.Result
getEncoding, setContentTypeIfNotSet
-
Methods inherited from class play.utils.FastRuntimeException
fillInStackTrace
-
-
-
-
Field Detail
-
file
public java.lang.String file
-
resolvedFile
public VirtualFile resolvedFile
-
-
Method Detail
-
apply
public void apply(Http.Request request, Http.Response response)
-
-