Class ViewResolverUtils
java.lang.Object
io.microsphere.spring.webmvc.util.ViewResolverUtils
ViewResolver
Utilities- Since:
- 2017.03.22
- Author:
- Mercy
- See Also:
-
ViewResolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The bean name of org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolverstatic final String
The bean name of org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolverstatic final String
The bean name of InternalResourceViewResolverstatic final String
The bean name of org.springframework.boot.web.servlet.view.MustacheViewResolverstatic final String
The bean name of org.thymeleaf.spring5.view.ThymeleafViewResolverstatic final String
The bean name of org.springframework.web.servlet.view.velocity.VelocityViewResolver -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTERNAL_RESOURCE_VIEW_RESOLVER_BEAN_NAME
The bean name of InternalResourceViewResolver- See Also:
-
VELOCITY_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.web.servlet.view.velocity.VelocityViewResolver- See Also:
-
THYMELEAF_VIEW_RESOLVER_BEAN_NAME
The bean name of org.thymeleaf.spring5.view.ThymeleafViewResolver- See Also:
-
FREEMARKER_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver- See Also:
-
GROOVY_MARKUP_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver- See Also:
-
MUSTACHE_VIEW_RESOLVER_BEAN_NAME
The bean name of org.springframework.boot.web.servlet.view.MustacheViewResolver- See Also:
-
-
Constructor Details
-
ViewResolverUtils
public ViewResolverUtils()
-