Class ViewResolverUtils

java.lang.Object
io.microsphere.spring.webmvc.util.ViewResolverUtils
All Implemented Interfaces:
io.microsphere.util.Utils

public abstract class ViewResolverUtils extends Object implements io.microsphere.util.Utils
ViewResolver Utilities
Since:
1.0.0
Author:
Mercy
See Also:
  • ViewResolver
  • Field Details

    • BEAN_NAME_VIEW_RESOLVER_BEAN_NAME

      public static final String BEAN_NAME_VIEW_RESOLVER_BEAN_NAME
      The bean name of BeanNameViewResolver
      See Also:
    • 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 FreeMarkerViewResolver
      See Also:
    • GROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAME

      public static final String GROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAME
      The bean name of 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:
    • VIEW_RESOLVER_COMPOSITE_BEAN_NAME

      public static final String VIEW_RESOLVER_COMPOSITE_BEAN_NAME
      The bean name of ViewResolverComposite
      See Also:
      • ViewResolverComposite
      • WebMvcConfigurationSupport.mvcViewResolver(ContentNegotiationManager)
      • ViewResolverRegistry
      • Constant Field Values
    • CONTENT_NEGOTIATING_VIEW_RESOLVER_BEAN_NAME

      public static final String CONTENT_NEGOTIATING_VIEW_RESOLVER_BEAN_NAME
      The bean name of ContentNegotiatingViewResolver
      See Also: