info.aduna.webapp.views
Class SimpleCustomResponseView

java.lang.Object
  extended by info.aduna.webapp.views.SimpleCustomResponseView
All Implemented Interfaces:
org.springframework.web.servlet.View

public class SimpleCustomResponseView
extends Object
implements org.springframework.web.servlet.View

Author:
Herko ter Horst

Field Summary
static String CONTENT_KEY
           
static String CONTENT_LENGTH_KEY
           
static String CONTENT_TYPE_KEY
           
static String SC_KEY
           
 
Constructor Summary
SimpleCustomResponseView()
           
 
Method Summary
 String getContentType()
           
static SimpleCustomResponseView 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

CONTENT_LENGTH_KEY

public static final String CONTENT_LENGTH_KEY
See Also:
Constant Field Values

CONTENT_TYPE_KEY

public static final String CONTENT_TYPE_KEY
See Also:
Constant Field Values
Constructor Detail

SimpleCustomResponseView

public SimpleCustomResponseView()
Method Detail

getInstance

public static SimpleCustomResponseView 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 © 2001-2012 Aduna. All Rights Reserved.