Class ViewResolverUtils

java.lang.Object
io.microsphere.spring.webmvc.util.ViewResolverUtils

public class ViewResolverUtils extends Object
ViewResolver Utilities
Since:
2017.03.22
Author:
Mercy
See Also:
  • ViewResolver
  • Field Details

    • INTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAME

      public static final String INTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAME
      The bean name of InternalResourceViewResolver
      See Also:
    • VELOCITY_VIEW_RESOLVER_BEAN_NAME

      public static final String VELOCITY_VIEW_RESOLVER_BEAN_NAME
      The bean name of org.springframework.web.servlet.view.velocity.VelocityViewResolver
      See Also:
    • THYMELEAF_VIEW_RESOLVER_BEAN_NAME

      public static final String THYMELEAF_VIEW_RESOLVER_BEAN_NAME
      The bean name of org.thymeleaf.spring5.view.ThymeleafViewResolver
      See Also:
    • FREEMARKER_VIEW_RESOLVER_BEAN_NAME

      public static final String FREEMARKER_VIEW_RESOLVER_BEAN_NAME
      The bean name of org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
      See Also:
    • GROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAME

      public static final String GROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAME
      The bean name of org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
      See Also:
    • MUSTACHE_VIEW_RESOLVER_BEAN_NAME

      public static final String MUSTACHE_VIEW_RESOLVER_BEAN_NAME
      The bean name of org.springframework.boot.web.servlet.view.MustacheViewResolver
      See Also:
  • Constructor Details

    • ViewResolverUtils

      public ViewResolverUtils()