public class SecurityCodeConfirmationController
extends org.springframework.web.servlet.mvc.AbstractController
SecurityCodes. Can be extended with custom handlers.| Constructor and Description |
|---|
SecurityCodeConfirmationController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(SecurityCodeConfirmationHandler handler) |
String |
getFormView()
Get the form view
|
String |
getLoggedInView() |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
removeHandler(SecurityCodeConfirmationHandler handler) |
void |
setFormView(String formView)
Set the form view
|
void |
setLoggedInView(String loggedInView)
set the view name to show if the user is logged in
|
handleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic void addHandler(SecurityCodeConfirmationHandler handler)
public String getFormView()
public String getLoggedInView()
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerpublic void removeHandler(SecurityCodeConfirmationHandler handler)
public void setFormView(String formView)
formView - the default result viewpublic void setLoggedInView(String loggedInView)
loggedInView - sets the logged in view nameCopyright © 2019 Communote team. All rights reserved.