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, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public 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.AbstractController
Exception
AbstractController.handleRequestInternal(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public void setView(String view)
view
- the new viewCopyright © 2019 Communote team. All rights reserved.