This project provides an implementation of the JavaServer Faces 2.0 (JSF 2.0) specification.
- The API submodule implements all of the classes that are defined in the specification. If you are looking for API documentation about the classes that your JSF application needs to use, then see the javadoc for the API module.
- The Impl submodule provides "invisible" support classes that user code does not directly invoke, but which is needed for a working JSF framework. Examples are the renderer classes for the standard JSF components.