Class BaseSysInfoController

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCollectionPeriod()
      Gets the collection period.
      List<String> getFilterOutKeys()
      Gets the filter out keys.
      RuntimeInfoAccessorBean getRuntimeInfoAccessor()
      Gets the runtime info accessor.
      protected org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      void setCollectionPeriod​(long collectionPeriod)
      Sets the collection period.
      void setFilterOutKeys​(List<String> filterOutKeys)
      Sets the filter out keys.
      void setRuntimeInfoAccessor​(RuntimeInfoAccessorBean runtimeInfoAccessor)
      Sets the runtime info accessor.
      • Methods inherited from class org.springframework.web.servlet.mvc.AbstractController

        handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
      • Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator

        applyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeaders
      • Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport

        getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
      • Methods inherited from class org.springframework.context.support.ApplicationObjectSupport

        getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
    • Field Detail

      • filterOutKeys

        private List<String> filterOutKeys
        The filter out keys.
      • collectionPeriod

        private long collectionPeriod
        The collection period.
    • Constructor Detail

      • BaseSysInfoController

        public BaseSysInfoController()
    • Method Detail

      • getFilterOutKeys

        public List<String> getFilterOutKeys()
        Gets the filter out keys.
        Returns:
        the filter out keys
      • setFilterOutKeys

        public void setFilterOutKeys​(List<String> filterOutKeys)
        Sets the filter out keys.
        Parameters:
        filterOutKeys - the new filter out keys
      • getRuntimeInfoAccessor

        public RuntimeInfoAccessorBean getRuntimeInfoAccessor()
        Gets the runtime info accessor.
        Returns:
        the runtime info accessor
      • setRuntimeInfoAccessor

        public void setRuntimeInfoAccessor​(RuntimeInfoAccessorBean runtimeInfoAccessor)
        Sets the runtime info accessor.
        Parameters:
        runtimeInfoAccessor - the new runtime info accessor
      • getCollectionPeriod

        public long getCollectionPeriod()
        Gets the collection period.
        Returns:
        the collection period
      • setCollectionPeriod

        public void setCollectionPeriod​(long collectionPeriod)
        Sets the collection period.
        Parameters:
        collectionPeriod - the new collection period
      • handleRequestInternal

        protected org.springframework.web.servlet.ModelAndView handleRequestInternal​(javax.servlet.http.HttpServletRequest request,
                                                                                     javax.servlet.http.HttpServletResponse response)
                                                                              throws Exception
        Specified by:
        handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractController
        Throws:
        Exception