Class ViewResolverUtils

  • All Implemented Interfaces:
    io.microsphere.util.Utils

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

      • BEAN_NAME_VIEW_RESOLVER_BEAN_NAME

        public static final java.lang.String BEAN_NAME_VIEW_RESOLVER_BEAN_NAME
        The bean name of BeanNameViewResolver
        See Also:
        BeanNameViewResolver, Constant Field Values
      • 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:
        InternalResourceViewResolver, 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:
        org.springframework.web.servlet.view.velocity.VelocityViewResolver, 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:
        org.thymeleaf.spring5.view.ThymeleafViewResolver, Constant Field Values
      • FREEMARKER_VIEW_RESOLVER_BEAN_NAME

        public static final java.lang.String FREEMARKER_VIEW_RESOLVER_BEAN_NAME
        The bean name of FreeMarkerViewResolver
        See Also:
        FreeMarkerViewResolver, 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 GroovyMarkupViewResolver
        See Also:
        GroovyMarkupViewResolver, 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:
        org.springframework.boot.web.servlet.view.MustacheViewResolver, Constant Field Values
      • VIEW_RESOLVER_COMPOSITE_BEAN_NAME

        public static final java.lang.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 java.lang.String CONTENT_NEGOTIATING_VIEW_RESOLVER_BEAN_NAME
        The bean name of ContentNegotiatingViewResolver
        See Also:
        ContentNegotiatingViewResolver, Constant Field Values