public class SimpleResponseView extends Object implements org.springframework.web.servlet.View
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_KEY |
static String |
CUSTOM_HEADERS_KEY |
static String |
SC_KEY |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
static SimpleResponseView |
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 CUSTOM_HEADERS_KEY
public static SimpleResponseView getInstance()
public String getContentType()
getContentType
in interface org.springframework.web.servlet.View
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.