Groovy Documentation

controllers
Class ContactController

java.lang.Object
  controllers.ContactController

class ContactController

Property Summary
Map conf

def index

Display the contact form

def jcaptchaService

jcaptcha service

def recaptchaService

def send

Send email

 
Constructor Summary
ContactController()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

conf

Map conf


index

def index
Display the contact form


jcaptchaService

def jcaptchaService
jcaptcha service


recaptchaService

def recaptchaService


send

def send
Send email


 
Constructor Detail

ContactController

ContactController()


 

Groovy Documentation