@Controller
@RequestMapping(value="/plugin/app")
public class AppController
extends org.molgenis.web.PluginController
| Constructor and Description |
|---|
AppController(AppManagerService appManagerService,
UserPermissionEvaluator userPermissionEvaluator,
org.molgenis.settings.AppSettings appSettings,
MenuReaderService menuReaderService,
org.molgenis.data.file.FileStore fileStore) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
serveApp(String appName,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String ID
public static final String URI
public AppController(AppManagerService appManagerService, UserPermissionEvaluator userPermissionEvaluator, org.molgenis.settings.AppSettings appSettings, MenuReaderService menuReaderService, org.molgenis.data.file.FileStore fileStore)
@GetMapping(value="/{appName}/**")
@Nullable
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
IOExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.