Package play.http
Class HttpErrorHandler.Attrs
- Object
-
- play.http.HttpErrorHandler.Attrs
-
- Enclosing interface:
- HttpErrorHandler
public static class HttpErrorHandler.Attrs extends Object
Request attributes used by the error handler.
-
-
Field Summary
Fields Modifier and Type Field Description static TypedKey<play.api.http.HttpErrorInfo>
HTTP_ERROR_INFO
-
Constructor Summary
Constructors Constructor Description Attrs()
-
-
-
Field Detail
-
HTTP_ERROR_INFO
public static final TypedKey<play.api.http.HttpErrorInfo> HTTP_ERROR_INFO
-
-