HttpErrorHandler

play.api.http.HttpErrorHandler
See theHttpErrorHandler companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Attrs

Request attributes used by the error handler.

Request attributes used by the error handler.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Attrs.type

Value members

Concrete methods

def bindingsFromConfiguration(environment: Environment, configuration: Configuration): Seq[Binding[_]]

Get the bindings for the error handler from the configuration

Get the bindings for the error handler from the configuration

Attributes