Class CartController


  • @Controller
    @RequestMapping("/cart")
    public class CartController
    extends java.lang.Object
    Controller managing interactions with the selected sequences
    • Constructor Summary

      Constructors 
      Constructor Description
      CartController​(java.lang.String iridaPipelinePluginStyle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCartPage​(org.springframework.ui.Model model, java.lang.Long automatedProject)
      Get the dedicated page for the Cart
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CartController

        @Autowired
        public CartController​(@Qualifier("iridaPipelinePluginStyle")
                              java.lang.String iridaPipelinePluginStyle)
    • Method Detail

      • getCartPage

        @RequestMapping(value={"","/*"},
                        produces="text/html")
        public java.lang.String getCartPage​(org.springframework.ui.Model model,
                                            @RequestParam(required=false,name="automatedProject")
                                            java.lang.Long automatedProject)
        Get the dedicated page for the Cart
        Parameters:
        model - Model
        automatedProject - The ID of the automated project to add a pipeline to (optional)
        Returns:
        String path to the cart page template