| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
| layout | pattern | ||
|---|---|---|---|
| title | Servant | ||
| folder | servant | ||
| permalink | /patterns/servant/ | ||
| categories | Structural | ||
| tags |
|
Servant is used for providing some behavior to a group of classes. Instead of defining that behavior in each class - or when we cannot factor out this behavior in the common parent class - it is defined once in the Servant.
Use the Servant pattern when
| Back | FazBrowse Home | New Git URL |