Class ViewResolverUtils
- java.lang.Object
-
- io.microsphere.spring.webmvc.util.ViewResolverUtils
-
- All Implemented Interfaces:
io.microsphere.util.Utils
public abstract class ViewResolverUtils extends java.lang.Object implements io.microsphere.util.UtilsViewResolverUtilities- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
ViewResolver
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBEAN_NAME_VIEW_RESOLVER_BEAN_NAMEThe bean name ofBeanNameViewResolverstatic java.lang.StringCONTENT_NEGOTIATING_VIEW_RESOLVER_BEAN_NAMEThe bean name ofContentNegotiatingViewResolverstatic java.lang.StringFREEMARKER_VIEW_RESOLVER_BEAN_NAMEThe bean name ofFreeMarkerViewResolverstatic java.lang.StringGROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAMEThe bean name ofGroovyMarkupViewResolverstatic java.lang.StringINTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAMEThe bean name ofInternalResourceViewResolverstatic java.lang.StringMUSTACHE_VIEW_RESOLVER_BEAN_NAMEThe bean name oforg.springframework.boot.web.servlet.view.MustacheViewResolverstatic java.lang.StringTHYMELEAF_VIEW_RESOLVER_BEAN_NAMEThe bean name oforg.thymeleaf.spring5.view.ThymeleafViewResolverstatic java.lang.StringVELOCITY_VIEW_RESOLVER_BEAN_NAMEThe bean name oforg.springframework.web.servlet.view.velocity.VelocityViewResolverstatic java.lang.StringVIEW_RESOLVER_COMPOSITE_BEAN_NAMEThe bean name ofViewResolverComposite
-
-
-
Field Detail
-
BEAN_NAME_VIEW_RESOLVER_BEAN_NAME
public static final java.lang.String BEAN_NAME_VIEW_RESOLVER_BEAN_NAME
The bean name ofBeanNameViewResolver- 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 ofInternalResourceViewResolver- 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 oforg.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 oforg.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 ofFreeMarkerViewResolver- 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 ofGroovyMarkupViewResolver- 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 oforg.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 ofViewResolverComposite- 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 ofContentNegotiatingViewResolver- See Also:
ContentNegotiatingViewResolver, Constant Field Values
-
-