public class MobileAwareExceptionHandler
extends org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
implements org.springframework.context.ResourceLoaderAware
...
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.portlet.ModelAndView |
getModelAndView(String view,
Exception ex,
javax.portlet.PortletRequest request) |
void |
setCoursesSectionDao(ICoursesSectionDao coursesSectionDao) |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) |
void |
setViewSelector(org.jasig.portlet.utils.mvc.IViewSelector viewSelector) |
determineViewName, doResolveException, findMatchingViewName, getDepth, getModelAndView, setDefaultErrorView, setExceptionAttribute, setExceptionMappings@Autowired public void setViewSelector(org.jasig.portlet.utils.mvc.IViewSelector viewSelector)
@Autowired @Qualifier(value="coursesSectionDao") public void setCoursesSectionDao(ICoursesSectionDao coursesSectionDao)
protected org.springframework.web.portlet.ModelAndView getModelAndView(String view, Exception ex, javax.portlet.PortletRequest request)
getModelAndView in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolverpublic void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader in interface org.springframework.context.ResourceLoaderAwareCopyright © 2015 Jasig. All Rights Reserved.