Class EmptySuccessView
- java.lang.Object
-
- org.eclipse.rdf4j.common.webapp.views.EmptySuccessView
-
- All Implemented Interfaces:
org.springframework.web.servlet.View
public class EmptySuccessView extends Object implements org.springframework.web.servlet.View
- Author:
- Herko ter Horst
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
static EmptySuccessView
getInstance()
void
render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
getInstance
public static EmptySuccessView getInstance()
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceorg.springframework.web.servlet.View
-
-