info.aduna.webapp.views
Class SimpleResponseView

java.lang.Object
  extended by 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

Field Summary
static String CONTENT_KEY
           
static String SC_KEY
           
 
Method Summary
 String getContentType()
           
static SimpleResponseView getInstance()
           
 void render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.