Class AppController
- java.lang.Object
-
- org.molgenis.web.PluginController
-
- org.molgenis.app.manager.controller.AppController
-
@Controller @RequestMapping("/plugin/app") public class AppController extends org.molgenis.web.PluginController
-
-
Constructor Summary
Constructors Constructor Description AppController(AppManagerService appManagerService, org.molgenis.security.core.UserPermissionEvaluator userPermissionEvaluator, org.molgenis.settings.AppSettings appSettings, org.molgenis.web.menu.MenuReaderService menuReaderService, org.molgenis.data.file.FileStore fileStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewserveApp(String appName, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AppController
public AppController(AppManagerService appManagerService, org.molgenis.security.core.UserPermissionEvaluator userPermissionEvaluator, org.molgenis.settings.AppSettings appSettings, org.molgenis.web.menu.MenuReaderService menuReaderService, org.molgenis.data.file.FileStore fileStore)
-
-
Method Detail
-
serveApp
@GetMapping("/{appName}/**") @Nullable @CheckForNull public org.springframework.web.servlet.ModelAndView serveApp(@PathVariable String appName, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Throws:
IOException
-
-