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