public abstract class AbstractViewResolver extends Object implements ConfigurableViewResolver
Constructor and Description |
---|
AbstractViewResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getIndexName() |
String |
getPrefix() |
String |
getSeparator() |
String |
getSuffix() |
String |
getView(ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
Class<?> exception,
String view) |
void |
setApplicationContext(ApplicationContext context) |
void |
setIndexName(String value) |
void |
setPrefix(String value) |
void |
setSeparator(String value) |
void |
setSuffix(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActionView, getControllerView, getExceptionView, getExceptionView
public String getView(ControllerBuilder controllerBuilder, ActionBuilder actionBuilder, Class<?> exception, String view)
getView
in interface ViewResolver
public void setApplicationContext(ApplicationContext context)
setApplicationContext
in interface ConfigurableViewResolver
setApplicationContext
in interface ViewResolver
public String getPrefix()
getPrefix
in interface ViewResolver
public String getSuffix()
getSuffix
in interface ViewResolver
public String getIndexName()
getIndexName
in interface ViewResolver
public String getSeparator()
getSeparator
in interface ViewResolver
public void setPrefix(String value)
setPrefix
in interface ConfigurableViewResolver
public void setSuffix(String value)
setSuffix
in interface ConfigurableViewResolver
public void setIndexName(String value)
setIndexName
in interface ConfigurableViewResolver
public void setSeparator(String value)
setSeparator
in interface ConfigurableViewResolver
Copyright © 2018 Brandao. All rights reserved.