public interface ConfigurableViewResolver extends ViewResolver
Modifier and Type | Method and Description |
---|---|
void |
setApplicationContext(ApplicationContext context) |
void |
setIndexName(String value) |
void |
setPrefix(String value) |
void |
setSeparator(String value) |
void |
setSuffix(String value) |
getActionView, getControllerView, getExceptionView, getExceptionView, getIndexName, getPrefix, getSeparator, getSuffix, getView
void setApplicationContext(ApplicationContext context)
setApplicationContext
in interface ViewResolver
void setPrefix(String value)
void setSuffix(String value)
void setIndexName(String value)
void setSeparator(String value)
Copyright © 2018 Brandao. All rights reserved.