Class CartGalaxyController


  • @RestController
    @RequestMapping("/ajax/galaxy-export")
    public class CartGalaxyController
    extends java.lang.Object
    Controller to handle all ajax requests made to the cart that have to do with Galaxy.
    • Constructor Detail

      • CartGalaxyController

        @Autowired
        public CartGalaxyController​(UICartService cartService)
    • Method Detail

      • getGalaxyExportForm

        @RequestMapping("/samples")
        public java.util.List<GalaxyExportSample> getGalaxyExportForm()
        Get a list of links for all Sample to be exported to the Galaxy Client.
        Returns:
        List of Sample links.
      • removeGalaxySession

        @RequestMapping("remove")
        public void removeGalaxySession​(javax.servlet.http.HttpServletRequest request)
        Remove the Galaxy attributes from the session.
        Parameters:
        request - - the current HttpServletRequest