securesocial.controllers

DefaultTemplatesPlugin

class DefaultTemplatesPlugin extends TemplatesPlugin

The default views plugin. If you need to customise the views just create a new plugin that extends TemplatesPlugin and register it in the play.plugins file instead of this one.

Linear Supertypes
TemplatesPlugin, Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultTemplatesPlugin
  2. TemplatesPlugin
  3. Plugin
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultTemplatesPlugin(application: Application)

    application

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def enabled: Boolean

    Definition Classes
    Plugin
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getAlreadyRegisteredEmail(user: Identity)(implicit request: RequestHeader): (Option[Txt], Option[Html])

    Returns the email sent when the user is already registered

    Returns the email sent when the user is already registered

    user

    the user

    request

    the current request

    returns

    a tuple with the text and/or html body for the email

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getLoginPage[A](implicit request: Request[A], form: Form[(String, String)], msg: Option[String] = None): Html

    Returns the html for the login page

    Returns the html for the login page

    A
    request
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  15. def getNotAuthorizedPage[A](implicit request: Request[A]): Html

    Returns the html for the not authorized page

    Returns the html for the not authorized page

    A
    request
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  16. def getPasswordChangePage[A](implicit request: SecuredRequest[A], form: Form[ChangeInfo]): Html

    Returns the html for the change password page

    Returns the html for the change password page

    A
    request
    form
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  17. def getPasswordChangedNoticeEmail(user: Identity)(implicit request: RequestHeader): (Option[Txt], Option[Html])

    Returns the email sent as a confirmation of a password change

    Returns the email sent as a confirmation of a password change

    user

    the user

    request

    the current http request

    returns

    a String with the text and/or html body for the email

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  18. def getResetPasswordPage[A](implicit request: Request[A], form: Form[(String, String)], token: String): Html

    Returns the html for the reset password page

    Returns the html for the reset password page

    A
    request
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  19. def getSendPasswordResetEmail(user: Identity, token: String)(implicit request: RequestHeader): (Option[Txt], Option[Html])

    Returns the email sent to the user to reset the password

    Returns the email sent to the user to reset the password

    user

    the user

    token

    the token used to identify the request

    request

    the current http request

    returns

    a String with the text and/or html body for the email

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  20. def getSignUpEmail(token: String)(implicit request: RequestHeader): (Option[Txt], Option[Html])

    Returns the email sent when a user starts the sign up process

    Returns the email sent when a user starts the sign up process

    token

    the token used to identify the request

    request

    the current http request

    returns

    a String with the text and/or html body for the email

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  21. def getSignUpPage[A](implicit request: Request[A], form: Form[RegistrationInfo], token: String): Html

    Returns the html for the signup page

    Returns the html for the signup page

    A
    request
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  22. def getStartResetPasswordPage[A](implicit request: Request[A], form: Form[String]): Html

    Returns the html for the start reset page

    Returns the html for the start reset page

    A
    request
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  23. def getStartSignUpPage[A](implicit request: Request[A], form: Form[String]): Html

    Returns the html for the start signup page

    Returns the html for the start signup page

    A
    request
    returns

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  24. def getUnknownEmailNotice()(implicit request: RequestHeader): (Option[Txt], Option[Html])

    Returns the email sent when a user tries to reset the password but there is no account for that email address in the system

    Returns the email sent when a user tries to reset the password but there is no account for that email address in the system

    request

    the current request

    returns

    a String with the text and/or html body for the email

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  25. def getWelcomeEmail(user: Identity)(implicit request: RequestHeader): (Option[Txt], Option[Html])

    Returns the welcome email sent when the user finished the sign up process

    Returns the welcome email sent when the user finished the sign up process

    user

    the user

    request

    the current request

    returns

    a String with the text and/or html body for the email

    Definition Classes
    DefaultTemplatesPluginTemplatesPlugin
  26. def hashCode(): Int

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

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onStart(): Unit

    Definition Classes
    TemplatesPlugin → Plugin
  32. def onStop(): Unit

    Definition Classes
    Plugin
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TemplatesPlugin

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped