public class BroadleafContactUsController extends BroadleafAbstractController
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
LOG |
protected NotificationDispatcher |
notificationDispatcher |
protected String |
targetEmailAddress |
| Constructor and Description |
|---|
BroadleafContactUsController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPath() |
protected String |
getSuccessView() |
protected String |
getView() |
String |
index() |
String |
sendConfirmationEmail(String name,
String emailAddress,
String comments) |
addDeepLink, getContextPath, isAjaxRequest, jsonResponseprotected static final org.apache.commons.logging.Log LOG
@Value(value="${site.emailAddress}")
protected String targetEmailAddress
@Autowired @Qualifier(value="blNotificationDispatcher") protected NotificationDispatcher notificationDispatcher
Copyright © 2023. All rights reserved.