Class StackController

java.lang.Object
balu.pizza.webapp.controllers.StackController

@Controller @RequestMapping("/stack") public class StackController extends Object
Controller for displaying the stack of tools and technologies used in project development
  • Constructor Details

    • StackController

      @Autowired public StackController(UserUtil userUtil, StackService stackService)
      Parameters:
      userUtil - Set users utils
      stackService - Stack service
  • Method Details

    • indexPage

      @GetMapping public String indexPage(org.springframework.ui.Model model)
      Stack page generation

      admin panel

      Parameters:
      model -
      Returns:
      Rendering page