This demo shows how to apply a decorator to a bean.
Page | Class | Description |
---|---|---|
166 | GreetingBean | Bean that generates a simple greeting message |
167 | GreetingDecoratorBean | Decorator that overrides the getGreetingMessage() method on GreetingBean . |
N/A | GreetingDecoratoreanDemo | Class that sets up and runs the demo. |
N/A | GreetingInterface | Interface that defines the main methods in GreetingBean . |