Package play.mvc.results
Class NotModified
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.utils.FastRuntimeException
-
- play.mvc.results.Result
-
- play.mvc.results.NotModified
-
- All Implemented Interfaces:
java.io.Serializable
public class NotModified extends Result
304 Not Modified- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotModified()
NotModified(java.lang.String etag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Http.Request request, Http.Response response)
java.lang.String
getEtag()
-
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)
-
getEtag
public java.lang.String getEtag()
-
-