Class ViewResolverUtils
- java.lang.Object
-
- io.microsphere.spring.webmvc.util.ViewResolverUtils
-
public class ViewResolverUtils extends java.lang.Object
ViewResolver
Utilities- Since:
- 2017.03.22
- Author:
- Mercy
- See Also:
ViewResolver
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FREEMARKER_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolverstatic java.lang.String
GROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolverstatic java.lang.String
INTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAME
The bean name of InternalResourceViewResolverstatic java.lang.String
MUSTACHE_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.boot.web.servlet.view.MustacheViewResolverstatic java.lang.String
THYMELEAF_VIEW_RESOLVER_BEAN_NAME
The bean name of org.thymeleaf.spring5.view.ThymeleafViewResolverstatic java.lang.String
VELOCITY_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Constructor Summary
Constructors Constructor Description ViewResolverUtils()
-
-
-
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
-
-