| JSFAnnotationProcessor |
DeploymentUnitProcessor implementation responsible for extracting Jakarta Server Faces annotations from a deployment and attaching them
to the deployment unit to eventually be added to the ServletContext.
|
| JSFBeanValidationFactoryProcessor |
Deployment processor that adds the Jakarta Contexts and Dependency Injection enabled ValidatorFactory to the servlet context.
|
| JSFCdiExtensionDeploymentProcessor |
DeploymentUnitProcessor which registers CDI extensions.
|
| JSFComponentProcessor |
Sets up Jakarta Server Faces managed beans as components using information in the annotations and
|
| JSFDependencyProcessor |
|
| JSFMetadataProcessor |
|
| JSFModuleIdFactory |
This class finds all the installed Jakarta Server Faces implementations and provides their ModuleId's.
|
| JSFPassivatingViewScopedCdiExtension |
Workaround for WFLY-3044 / JAVASERVERFACES-3191 making ViewScoped annotation passivating.
|
| JSFSharedTldsProcessor |
Cache the TLDs for JSF and add them to deployments as needed.
|
| JsfVersionMarker |
|
| JSFVersionProcessor |
Determines the Jakarta Server Faces version that will be used by a deployment, and if Jakarta Server Faces should be used at all
|