LaunchCode logo
  1. Contents
  2. 10. Controllers and Routing

10. Controllers and RoutingΒΆ

  1. 10.1. Simple Controllers
    1. 10.1.1. Controllers and Static Responses - Video
    2. 10.1.2. Controllers and Static Responses - Intro
      1. 10.1.2.1. @Controller
      2. 10.1.2.2. Controllers Map to Requests
      3. 10.1.2.3. @ResponseBody
    3. 10.1.3. Check Your Understanding
  2. 10.2. Controllers with Parameters
    1. 10.2.1. Query Strings are URL Data
    2. 10.2.2. Controllers and Query Parameters - Video
    3. 10.2.3. @RequestParam
    4. 10.2.4. Controllers and Path Parameters - Video
    5. 10.2.5. @PathVariable
    6. 10.2.6. Check Your Understanding
  3. 10.3. Controllers with Forms
    1. 10.3.1. Sending Form Data - Video
    2. 10.3.2. Sending Form Data - Text
    3. 10.3.3. Check Your Understanding
  4. 10.4. Class Level Controller Annotations
    1. 10.4.1. Controller Classes - Video
    2. 10.4.2. Controller Classes - Text
    3. 10.4.3. Check Your Understanding
  5. 10.5. Exercises: Controllers and Routing
    1. 10.5.1. Bonus Mission
  6. 10.6. Studio: Skills Tracker
    1. 10.6.1. Start up Spring
      1. 10.6.1.1. Using the Spring Initializr
      2. 10.6.1.2. Launching IntelliJ
    2. 10.6.2. Creating Controllers
    3. 10.6.3. End Result
    4. 10.6.4. Bonus Missions
  • ← 9.2. Initialize Spring
  • 10.1. Simple Controllers →

Back to top

Page Source