|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.springmvc.view.WmDownloadViewResolver
public class WmDownloadViewResolver
ViewResolver for download reponses to the client if the requested viewname == WmDownloadModel.WM_DOWNLOAD_VIEW a new WmDownloadView instance is returned otherwhise null so other resolvers can render this viewname
| Constructor Summary | |
|---|---|
WmDownloadViewResolver()
|
|
| Method Summary | |
|---|---|
protected java.lang.Class |
getViewClass()
get the viewclass to to be resolved |
org.springframework.web.servlet.View |
resolveViewName(java.lang.String viewName,
java.util.Locale locale)
ViewResolver for download reponses to the client if the requested viewname == WmDownloadModel.WM_DOWNLOAD_VIEW a new WmDownloadView instance is returned otherwhise null so other resolvers can render this viewname |
void |
setViewClass(java.lang.Class viewClass)
set the viewclass. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WmDownloadViewResolver()
| Method Detail |
|---|
public void setViewClass(java.lang.Class viewClass)
viewClass - class, must implement View interfaceprotected java.lang.Class getViewClass()
public org.springframework.web.servlet.View resolveViewName(java.lang.String viewName,
java.util.Locale locale)
throws java.lang.Exception
resolveViewName in interface org.springframework.web.servlet.ViewResolverviewName - viename to be renderedlocale - locale
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||