com.nappin.play.recaptcha

WidgetHelper

Related Doc: package recaptcha

object WidgetHelper

Helper functionality for the recaptchaWidget view template.

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

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. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  10. def getPublicKey(): String

    Returns the configured public key.

    Returns the configured public key.

    returns

    The public key

  11. def getRecaptchaOptions(tabindex: Option[Int])(implicit request: Request[AnyContent], lang: Lang): String

    Returns the RecaptchaOptions JavaScript declaration, with the appropriate customisation options.

    Returns the RecaptchaOptions JavaScript declaration, with the appropriate customisation options.

    tabindex

    The tabindex (if any)

    request

    The web request

    lang

    The current language

    returns

    The JavaScript code

  12. def getSeleniumBypassCode(): String

    Returns the configured selenium valid code, or none if none defined

    Returns the configured selenium valid code, or none if none defined

    returns

    The determine wether or not to bypass recaptcha

  13. def getV2Theme(): String

    Returns the configured theme, or "light" if none defined

    Returns the configured theme, or "light" if none defined

    returns

    The theme to use

  14. def getV2Type(): String

    Returns the configured captcha type, or "image" if none defined

    Returns the configured captcha type, or "image" if none defined

    returns

    The type to use

  15. def getWidgetNoScriptUrl(error: Option[String] = None): String

    Returns the widget no-script URL, with public key and error code (if any).

    Returns the widget no-script URL, with public key and error code (if any).

    error

    The error code (if any)

    returns

    The URL

  16. def getWidgetScriptUrl(error: Option[String] = None): String

    Returns the widget script URL, with parameters (if applicable).

    Returns the widget script URL, with parameters (if applicable).

    error

    The error code (if any)

    returns

    The URL

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isApiVersion1(): Boolean

    Determines whether API version 1 has been configured.

    Determines whether API version 1 has been configured.

    returns

    true if configured

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isSupportedLanguage(languageCode: String): Boolean

    Determines whether the specified language code is supported by reCAPTCHA.

    Determines whether the specified language code is supported by reCAPTCHA.

    languageCode

    The language code

    returns

    true if supported

  21. val logger: Logger

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

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

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

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped