Class AbstractTomcatContainerController

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ContainerWrapperBean containerWrapper
      The container wrapper.
      protected org.slf4j.Logger logger
      The logger.
      private String viewName
      The view name.
      • Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator

        HEADER_CACHE_CONTROL, METHOD_GET, METHOD_HEAD, METHOD_POST
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ContainerWrapperBean getContainerWrapper()
      Gets the container wrapper.
      String getViewName()
      Gets the view name.
      void setContainerWrapper​(ContainerWrapperBean containerWrapper)
      Sets the container wrapper.
      void setViewName​(String viewName)
      Sets the view name.
      • Methods inherited from class org.springframework.web.servlet.mvc.AbstractController

        handleRequest, handleRequestInternal, 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

      • logger

        protected final org.slf4j.Logger logger
        The logger.
      • viewName

        private String viewName
        The view name.
    • Constructor Detail

      • AbstractTomcatContainerController

        public AbstractTomcatContainerController()
    • Method Detail

      • getContainerWrapper

        public ContainerWrapperBean getContainerWrapper()
        Gets the container wrapper.
        Returns:
        the container wrapper
      • setContainerWrapper

        public void setContainerWrapper​(ContainerWrapperBean containerWrapper)
        Sets the container wrapper.
        Parameters:
        containerWrapper - the new container wrapper
      • getViewName

        public String getViewName()
        Gets the view name.
        Returns:
        the view name
      • setViewName

        public void setViewName​(String viewName)
        Sets the view name.
        Parameters:
        viewName - the new view name