public class AlarmDetailController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
AlarmDetailController class.
| Constructor and Description | 
|---|
AlarmDetailController()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()
afterPropertiesSet 
 | 
org.springframework.web.servlet.ModelAndView | 
detail(javax.servlet.http.HttpServletRequest httpServletRequest,
      javax.servlet.http.HttpServletResponse httpServletResponse)
 Display alarm detail page 
 | 
protected org.springframework.web.servlet.ModelAndView | 
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response) | 
org.springframework.web.servlet.ModelAndView | 
removeJournalMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
                 javax.servlet.http.HttpServletResponse httpServletResponse)  | 
org.springframework.web.servlet.ModelAndView | 
removeStickyMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
                javax.servlet.http.HttpServletResponse httpServletResponse)  | 
org.springframework.web.servlet.ModelAndView | 
saveJournalMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
               javax.servlet.http.HttpServletResponse httpServletResponse)  | 
org.springframework.web.servlet.ModelAndView | 
saveStickyMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
              javax.servlet.http.HttpServletResponse httpServletResponse)  | 
void | 
setAlarmRepository(AlarmRepository webAlarmRepository)
setWebAlarmRepository 
 | 
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getCacheControl, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic void setAlarmRepository(AlarmRepository webAlarmRepository)
setWebAlarmRepository
webAlarmRepository - a AlarmRepository
 object.public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet
Exception - if any.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.multiaction.MultiActionControllerExceptionpublic org.springframework.web.servlet.ModelAndView detail(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                           javax.servlet.http.HttpServletResponse httpServletResponse)
                                                    throws Exception
Exceptionpublic org.springframework.web.servlet.ModelAndView removeStickyMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                                     javax.servlet.http.HttpServletResponse httpServletResponse)
                                                              throws Exception
Exceptionpublic org.springframework.web.servlet.ModelAndView saveStickyMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                                   javax.servlet.http.HttpServletResponse httpServletResponse)
                                                            throws Exception
Exceptionpublic org.springframework.web.servlet.ModelAndView removeJournalMemo(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                                      javax.servlet.http.HttpServletResponse httpServletResponse)
                                                               throws Exception
ExceptionCopyright © 2020. All rights reserved.