@Component(value="blNotificationForgotPasswordEventListener") public class NotificationForgotPasswordEventListener extends AbstractBroadleafApplicationEventListener<ForgotPasswordEvent>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CUSTOMER_CONTEXT_KEY |
protected CustomerService |
customerService |
protected org.apache.commons.logging.Log |
LOG |
protected NotificationDispatcher |
notificationDispatcher |
protected static String |
RESET_PASSWORD_URL_CONTEXT_KEY |
protected static String |
TOKEN_CONTEXT_KEY |
currencyService, localeService, siteService| Constructor and Description |
|---|
NotificationForgotPasswordEventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
createContext(Customer customer,
ForgotPasswordEvent event) |
protected void |
handleApplicationEvent(ForgotPasswordEvent event) |
boolean |
isAsynchronous() |
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEventprotected static final String TOKEN_CONTEXT_KEY
protected static final String RESET_PASSWORD_URL_CONTEXT_KEY
protected static final String CUSTOMER_CONTEXT_KEY
protected final org.apache.commons.logging.Log LOG
@Autowired @Qualifier(value="blCustomerService") protected CustomerService customerService
@Autowired @Qualifier(value="blNotificationDispatcher") protected NotificationDispatcher notificationDispatcher
public NotificationForgotPasswordEventListener()
protected void handleApplicationEvent(ForgotPasswordEvent event)
handleApplicationEvent in class AbstractBroadleafApplicationEventListener<ForgotPasswordEvent>protected Map<String,Object> createContext(Customer customer, ForgotPasswordEvent event)
public boolean isAsynchronous()
Copyright © 2022. All rights reserved.