Class ConfigView

  • All Implemented Interfaces:
    org.springframework.web.servlet.View

    public class ConfigView
    extends Object
    implements org.springframework.web.servlet.View
    View used to export a repository config. Renders the statements as RDF using a serialization specified using a parameter or Accept header.
    Author:
    Jeen Broekstra
    • Method Detail

      • getInstance

        public static ConfigView 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