Class SimpleCustomResponseView
- java.lang.Object
-
- org.eclipse.rdf4j.common.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
Fields Modifier and Type Field Description static String
CONTENT_KEY
static String
CONTENT_LENGTH_KEY
static String
CONTENT_TYPE_KEY
static String
SC_KEY
-
Constructor Summary
Constructors Constructor Description SimpleCustomResponseView()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
static SimpleCustomResponseView
getInstance()
void
render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
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
-
-
Method Detail
-
getInstance
public static SimpleCustomResponseView getInstance()
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceorg.springframework.web.servlet.View
-
-