More Classes for the Component Developer
javax.faces.context.FacesContext, which allows access to:
- Request parameters
- The Application object (see below)
- The current view root component
- A ResponseWriter object (see below)
javax.faces.application.Application, which keeps track of objects
shared by an application, e.g.
- Supported locales
- Available converters and validators
- Factories for value and method expressions
javax.faces.context.ResponseWriter, to ease the task of generating
HTML elements and attributes.