com.nappin.play.recaptcha

RecaptchaPlugin

Related Docs: object RecaptchaPlugin | package recaptcha

class RecaptchaPlugin extends Plugin

Play plugin for the recaptcha module, hooks into the play application lifecycle.

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

Instance Constructors

  1. new RecaptchaPlugin(app: Application)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Called first, for the plugin to decide whether it is enabled.

    Called first, for the plugin to decide whether it is enabled.

    returns

    true if enabled

    Definition Classes
    RecaptchaPlugin → Plugin
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getApiVersion(): Option[Int]

    Obtains the recaptcha API version configured.

    Obtains the recaptcha API version configured.

    returns

    The version number, or None if invalid (error will have been logged).

  11. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  13. val isApiVersion1: Boolean

    Determine whether reCAPTCHA API version 1 is in use (if not must be API version 2, aka no-captcha recaptcha).

    Determine whether reCAPTCHA API version 1 is in use (if not must be API version 2, aka no-captcha recaptcha).

    Result is cached so it can be checked repeatedly at runtime.

  14. val isEnabled: Boolean

    Decide whether the plugin is enabled, by sanity checking the configuration.

    Decide whether the plugin is enabled, by sanity checking the configuration.

    Result is cached so it can be checked repeatedly at runtime, not just by Play on start-up.

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val logger: Logger

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. def onStart(): Unit

    Called when the client application starts up, if this plugin is enabled.

    Called when the client application starts up, if this plugin is enabled.

    Definition Classes
    RecaptchaPlugin → Plugin
  21. def onStop(): Unit

    Called when the client application shuts down, if this plugin is enabled.

    Called when the client application shuts down, if this plugin is enabled.

    Definition Classes
    RecaptchaPlugin → Plugin
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped