Servlet Configuration Example
Make the HelloWorld Servlet more flexible:
InternationalizedHelloWorld
- Servlet gets its ServletConfig object,
- Asks the config object to deliver the value of the Servlet's
greeting parameter,
- Uses the value to construct a response: