mura

Class reCAPTCHA

WEB-INF.cftags.component
    extended by mura.reCAPTCHA

This provides the ability to interact with Google's reCaptcha functionality

Class Attributes:
  • output : false
  •  
  • accessors : true
  •  
    Property Summary
    type property default serializable required
    any secret


    • returntype = any
    • access = public
    true false
    Constructor Summary
    init(string secret)
    Method Summary
    any GETSECRET()
    reCAPTCHA SETSECRET(any secret)
    boolean verifyResponse(string response, [string remoteip='[runtime expression]'])
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init(string secret)

    Parameters:
    secret

    Property Detail

    secret

    property any secret

    Attributes:
    returntype - any
    required - false
    access - public
    serializable - true

    Method Detail

    GETSECRET

    public any GETSECRET()


    SETSECRET

    public reCAPTCHA SETSECRET(any secret)

    Parameters:
    secret

    verifyResponse

    public boolean verifyResponse(string response, [string remoteip='[runtime expression]'])

    Parameters:
    response
    remoteip