Also known as
- Context
- Context Encapsulation
- Context Holder
- Encapsulate Context
Intent of Context Object Design Pattern
Encapsulate the context (state and behaviors) relevant to the user or the request being processed to decouple Java application components from the complexities of the environment. This design pattern helps in managing the application's context efficiently.
About 3 min