public class SimpleCustomResponseView extends Object implements org.springframework.web.servlet.View
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_KEY |
static String |
CONTENT_LENGTH_KEY |
static String |
CONTENT_TYPE_KEY |
static String |
SC_KEY |
Constructor and Description |
---|
SimpleCustomResponseView() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
static SimpleCustomResponseView |
getInstance() |
void |
render(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String SC_KEY
public static final String CONTENT_KEY
public static final String CONTENT_LENGTH_KEY
public static final String CONTENT_TYPE_KEY
public static SimpleCustomResponseView getInstance()
public String getContentType()
getContentType
in interface org.springframework.web.servlet.View
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.