Class WebjetViewResolver

java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
sk.iway.iwcm.system.spring.webjet_component.WebjetViewResolver
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.ViewResolver

public class WebjetViewResolver extends org.springframework.web.context.support.WebApplicationObjectSupport implements org.springframework.web.servlet.ViewResolver
  • Field Summary

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

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.springframework.web.servlet.View
    resolveViewName(String viewName, Locale locale)
     
    void
    setViewFolder(String viewFolder)
     
    void
    setViewResolvers(List<org.springframework.web.servlet.ViewResolver> viewResolvers)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebjetViewResolver

      public WebjetViewResolver()
  • Method Details

    • resolveViewName

      public org.springframework.web.servlet.View resolveViewName(@NonNull String viewName, @NonNull Locale locale) throws Exception
      Specified by:
      resolveViewName in interface org.springframework.web.servlet.ViewResolver
      Throws:
      Exception
    • setViewResolvers

      public void setViewResolvers(List<org.springframework.web.servlet.ViewResolver> viewResolvers)
    • getViewFolder

      public String getViewFolder()
    • setViewFolder

      public void setViewFolder(String viewFolder)