public class IUSController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
IUSController class.
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger
Constructor and Description |
---|
IUSController()
Constructor for IUSController.
|
IUSController(Object delegate)
Constructor for IUSController.
|
Modifier and Type | Method and Description |
---|---|
IUSService |
getIusService()
Getter for the field
iusService . |
IUSService |
getIUSService()
getIUSService.
|
org.springframework.web.servlet.ModelAndView |
handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IUS command)
Handles the user's request to cancel.
|
org.springframework.web.servlet.ModelAndView |
handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IUS command)
Handles the user's request to delete their ius.
|
org.springframework.web.servlet.ModelAndView |
handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IUS command)
Handles the user's request to delete their ius.
|
void |
setIusService(IUSService iusService)
Setter for the field
iusService . |
void |
setIUSService(IUSService iusService)
setIUSService.
|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializer
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 IUSService getIusService()
Getter for the field iusService
.
IUSService
object.public void setIusService(IUSService iusService)
Setter for the field iusService
.
iusService
- a IUSService
object.public IUSService getIUSService()
getIUSService.
IUSService
object.public void setIUSService(IUSService iusService)
setIUSService.
iusService
- a IUSService
object.public org.springframework.web.servlet.ModelAndView handleDelete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IUS command) throws Exception
command
- IUS command objectrequest
- a HttpServletRequest
object.response
- a HttpServletResponse
object.ModelAndView
object.Exception
- if any.public org.springframework.web.servlet.ModelAndView handleUpdate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IUS command) throws Exception
command
- IUS command objectrequest
- a HttpServletRequest
object.response
- a HttpServletResponse
object.ModelAndView
object.Exception
- if any.public org.springframework.web.servlet.ModelAndView handleCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IUS command) throws Exception
command
- IUS command objectrequest
- a HttpServletRequest
object.response
- a HttpServletResponse
object.Exception
- if any.Copyright © 2015 SeqWare. All rights reserved.