mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 03:01:12 +00:00
docs: add explanation for front controller (#2929)
This commit is contained in:
@@ -26,7 +26,7 @@ package com.iluwatar.front.controller;
|
||||
|
||||
/**
|
||||
* The Front Controller is a presentation tier pattern. Essentially it defines a controller that
|
||||
* handles all requests for a web site.
|
||||
* handles all requests for a website.
|
||||
*
|
||||
* <p>The Front Controller pattern consolidates request handling through a single handler object (
|
||||
* {@link FrontController}). This object can carry out the common the behavior such as
|
||||
|
||||
Reference in New Issue
Block a user