Class ZKView

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.View

    public class ZKView
    extends org.springframework.web.servlet.view.InternalResourceView
    Author:
    Mario A. Serrano Leones
    • Field Summary

      • Fields inherited from class org.springframework.web.servlet.view.AbstractView

        DEFAULT_CONTENT_TYPE
      • Fields inherited from class org.springframework.context.support.ApplicationObjectSupport

        logger
      • Fields inherited from interface org.springframework.web.servlet.View

        PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      ZKView()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getRealPath()  
      boolean isCacheable()  
      protected void renderMergedOutputModel​(Map<String,​Object> model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      void setCacheable​(boolean cacheable)  
      void setRealPath​(String realPath)  
      • Methods inherited from class org.springframework.web.servlet.view.InternalResourceView

        exposeHelpers, getRequestDispatcher, isContextRequired, prepareForRendering, setAlwaysInclude, setPreventDispatchLoop, useInclude
      • Methods inherited from class org.springframework.web.servlet.view.AbstractUrlBasedView

        afterPropertiesSet, checkResource, getUrl, isUrlRequired, setUrl, toString
      • Methods inherited from class org.springframework.web.servlet.view.AbstractView

        addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, formatViewName, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getRequestToExpose, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposeContextBeansAsAttributes, setExposedContextBeanNames, setExposePathVariables, setRequestContextAttribute, setResponseContentType, writeToResponse
      • Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport

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

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

      • ZKView

        public ZKView()
    • Method Detail

      • getRealPath

        public String getRealPath()
      • setRealPath

        public void setRealPath​(String realPath)
      • isCacheable

        public boolean isCacheable()
      • setCacheable

        public void setCacheable​(boolean cacheable)
      • renderMergedOutputModel

        protected void renderMergedOutputModel​(Map<String,​Object> model,
                                               javax.servlet.http.HttpServletRequest request,
                                               javax.servlet.http.HttpServletResponse response)
                                        throws Exception
        Overrides:
        renderMergedOutputModel in class org.springframework.web.servlet.view.InternalResourceView
        Throws:
        Exception