info.aduna.webapp.views
Class SimpleResponseView
java.lang.Object
info.aduna.webapp.views.SimpleResponseView
- All Implemented Interfaces:
- org.springframework.web.servlet.View
public class SimpleResponseView
- extends Object
- implements org.springframework.web.servlet.View
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SC_KEY
public static final String SC_KEY
- See Also:
- Constant Field Values
CONTENT_KEY
public static final String CONTENT_KEY
- See Also:
- Constant Field Values
getInstance
public static SimpleResponseView getInstance()
getContentType
public String getContentType()
- Specified by:
getContentType in interface org.springframework.web.servlet.View
render
public void render(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
- Specified by:
render in interface org.springframework.web.servlet.View
- Throws:
Exception
Copyright © 1997-2008 Aduna. All Rights Reserved.