Class ViewResolverUtils


  • public class ViewResolverUtils
    extends java.lang.Object
    ViewResolver Utilities
    Since:
    2017.03.22
    Author:
    Mercy
    See Also:
    ViewResolver
    • Field Detail

      • INTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAME

        public static final java.lang.String INTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAME
        The bean name of InternalResourceViewResolver
        See Also:
        Constant Field Values
      • VELOCITY_VIEW_RESOLVER_BEAN_NAME

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

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

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

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

        public static final java.lang.String MUSTACHE_VIEW_RESOLVER_BEAN_NAME
        The bean name of org.springframework.boot.web.servlet.view.MustacheViewResolver
        See Also:
        Constant Field Values
    • Constructor Detail

      • ViewResolverUtils

        public ViewResolverUtils()