Class SystemInfoController

java.lang.Object
org.eclipse.rdf4j.common.webapp.system.SystemInfoController
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller

public class SystemInfoController extends Object implements org.springframework.web.servlet.mvc.Controller
  • Constructor Details Link icon

    • SystemInfoController Link icon

      public SystemInfoController()
  • Method Details Link icon

    • getView Link icon

      public String getView()
    • setView Link icon

      public void setView(String view)
    • handleRequest Link icon

      public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Specified by:
      handleRequest in interface org.springframework.web.servlet.mvc.Controller
      Throws:
      Exception
    • getConfig Link icon

      public AppConfiguration getConfig()
    • setConfig Link icon

      public void setConfig(AppConfiguration config)