public class DefaultViewResolver extends AbstractViewResolver
Constructor and Description |
---|
DefaultViewResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getActionView(Class<?> controllerType,
String actionExecutor,
String view) |
String |
getControllerView(Class<?> controllerType,
String view) |
String |
getExceptionView(Class<?> controllerType,
Class<?> exceptionType,
String view) |
String |
getExceptionView(Class<?> controllerType,
String actionExecutor,
Class<?> exceptionType,
String view) |
getIndexName, getPrefix, getSeparator, getSuffix, getView, setApplicationContext, setIndexName, setPrefix, setSeparator, setSuffix
Copyright © 2018 Brandao. All rights reserved.