public interface ViewResolver
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) |
String |
getIndexName() |
String |
getPrefix() |
String |
getSeparator() |
String |
getSuffix() |
String |
getView(ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
Class<?> exceptionType,
String view) |
void |
setApplicationContext(ApplicationContext context) |
String getView(ControllerBuilder controllerBuilder, ActionBuilder actionBuilder, Class<?> exceptionType, String view)
void setApplicationContext(ApplicationContext context)
String getPrefix()
String getSuffix()
String getIndexName()
String getSeparator()
String getExceptionView(Class<?> controllerType, String actionExecutor, Class<?> exceptionType, String view)
Copyright © 2018 Brandao. All rights reserved.