public class ApplicationController extends Object
Modifier and Type | Field and Description |
---|---|
org.slf4j.Logger |
logger
This is the system wide logger.
|
Constructor and Description |
---|
ApplicationController() |
Modifier and Type | Method and Description |
---|---|
Result |
contactForm(Context context) |
Result |
examples(Context context) |
Result |
htmlEscaping(Context context) |
Result |
index(Context context) |
Result |
postContactForm(Context context,
Contact contact) |
Result |
redirect(Context context) |
Result |
session(Context context) |
Result |
testPage() |
Result |
userDashboard(String email,
Integer id,
Context context) |
Result |
validation(Validation validation,
String email) |
@Inject public org.slf4j.Logger logger
public Result testPage()
public Result validation(Validation validation, String email)
Copyright © 2013. All Rights Reserved.