Class ProjectReferenceFileController


  • @Controller
    @RequestMapping("/projects")
    public class ProjectReferenceFileController
    extends java.lang.Object
    Controller for ajax request dealing with project reference files.
    • Method Detail

      • getProjectReferenceFilesPage

        @RequestMapping(value="/{projectId}/settings/referenceFiles",
                        method=GET)
        public java.lang.String getProjectReferenceFilesPage​(org.springframework.ui.Model model,
                                                             java.security.Principal principal,
                                                             @PathVariable
                                                             long projectId)
        Get the reference files page for a project
        Parameters:
        model - model for the view
        principal - currently logged in user
        projectId - id of the project to get files for
        Returns:
        name of the reference files view