Class

utils

ErrorHandler

Related Doc: package utils

Permalink

class ErrorHandler extends DefaultHttpErrorHandler with SecuredErrorHandler with UnsecuredErrorHandler with I18nSupport

Annotations
@Singleton()
Linear Supertypes
I18nSupport, I18NSupportLowPriorityImplicits, UnsecuredErrorHandler, SecuredErrorHandler, NotAuthorizedErrorHandler, NotAuthenticatedErrorHandler, com.mohiva.play.silhouette.api.ErrorHandler, DefaultHttpErrorHandler, HttpErrorHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorHandler
  2. I18nSupport
  3. I18NSupportLowPriorityImplicits
  4. UnsecuredErrorHandler
  5. SecuredErrorHandler
  6. NotAuthorizedErrorHandler
  7. NotAuthenticatedErrorHandler
  8. ErrorHandler
  9. DefaultHttpErrorHandler
  10. HttpErrorHandler
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorHandler(env: Environment, config: Configuration, sourceMapper: OptionalSourceMapper, router: Provider[Router], messagesApi: MessagesApi)

    Permalink
    Annotations
    @Inject()

Type Members

  1. implicit class ResultWithLang extends AnyRef

    Permalink
    Definition Classes
    I18nSupport

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def exceptionHandler(implicit request: RequestHeader): PartialFunction[Throwable, Future[Result]]

    Permalink
    Definition Classes
    SecuredErrorHandler → NotAuthorizedErrorHandler → NotAuthenticatedErrorHandler → ErrorHandler
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. implicit def lang2Messages(implicit lang: Lang): Messages

    Permalink
    Definition Classes
    I18NSupportLowPriorityImplicits
  14. def logServerError(request: RequestHeader, usefulException: UsefulException): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DefaultHttpErrorHandler
  15. val messagesApi: MessagesApi

    Permalink
    Definition Classes
    ErrorHandler → I18nSupport
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def onBadRequest(request: RequestHeader, message: String): Future[Result]

    Permalink
    Attributes
    protected
    Definition Classes
    DefaultHttpErrorHandler
  20. def onClientError(request: RequestHeader, statusCode: Int, message: String): Future[Result]

    Permalink
    Definition Classes
    DefaultHttpErrorHandler → HttpErrorHandler
  21. def onDevServerError(request: RequestHeader, exception: UsefulException): Future[Result]

    Permalink
    Attributes
    protected
    Definition Classes
    DefaultHttpErrorHandler
  22. def onForbidden(request: RequestHeader, message: String): Future[Result]

    Permalink
    Attributes
    protected
    Definition Classes
    DefaultHttpErrorHandler
  23. def onNotAuthenticated(implicit request: RequestHeader): Future[Result]

    Permalink
    Definition Classes
    ErrorHandler → NotAuthenticatedErrorHandler
  24. def onNotAuthorized(implicit request: RequestHeader): Future[Result]

    Permalink
    Definition Classes
    ErrorHandler → NotAuthorizedErrorHandler
  25. def onNotFound(request: RequestHeader, message: String): Future[Result]

    Permalink
    Definition Classes
    ErrorHandler → DefaultHttpErrorHandler
  26. def onOtherClientError(request: RequestHeader, statusCode: Int, message: String): Future[Result]

    Permalink
    Attributes
    protected
    Definition Classes
    DefaultHttpErrorHandler
  27. def onProdServerError(request: RequestHeader, exception: UsefulException): Future[Result]

    Permalink
    Definition Classes
    ErrorHandler → DefaultHttpErrorHandler
  28. def onServerError(request: RequestHeader, exception: Throwable): Future[Result]

    Permalink
    Definition Classes
    DefaultHttpErrorHandler → HttpErrorHandler
  29. implicit def request2Messages(implicit request: RequestHeader): Messages

    Permalink
    Definition Classes
    I18nSupport
  30. def setPlayEditor(editor: String): Unit

    Permalink
    Definition Classes
    DefaultHttpErrorHandler
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from I18nSupport

Inherited from I18NSupportLowPriorityImplicits

Inherited from UnsecuredErrorHandler

Inherited from SecuredErrorHandler

Inherited from NotAuthorizedErrorHandler

Inherited from NotAuthenticatedErrorHandler

Inherited from com.mohiva.play.silhouette.api.ErrorHandler

Inherited from DefaultHttpErrorHandler

Inherited from HttpErrorHandler

Inherited from AnyRef

Inherited from Any

Ungrouped