public class RegisterUserController
extends org.springframework.web.servlet.mvc.AbstractController
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_EMAIL
The Constant PARAM_EMAIL.
|
| Constructor and Description |
|---|
RegisterUserController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getView()
Gets the view.
|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setView(String view)
Sets the view.
|
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 static final String PARAM_EMAIL
public String getView()
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionAbstractController.handleRequestInternal(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)public void setView(String view)
view - the new viewCopyright © 2019 Communote team. All rights reserved.