public class NebaViewResolver extends Object implements org.springframework.web.servlet.ViewResolver
View resolution from view name.| Modifier and Type | Field and Description |
|---|---|
static String |
FORWARD_URL_PREFIX |
static String |
REDIRECT_URL_PREFIX |
| Constructor and Description |
|---|
NebaViewResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.View |
resolveViewName(String viewName,
Locale locale)
Resolves a
View from the provided view name. |
public static final String REDIRECT_URL_PREFIX
public static final String FORWARD_URL_PREFIX
public org.springframework.web.servlet.View resolveViewName(String viewName, Locale locale) throws Exception
View from the provided view name.resolveViewName in interface org.springframework.web.servlet.ViewResolverviewName - must not be null.ExceptionCopyright © 2014–2015. All rights reserved.