Interface | Description |
---|---|
TextResolver |
Class | Description |
---|---|
DBELResolver | |
FacesConfiguration |
FacesConfiguration
Allows programmatic Faces configuration as an alternative to the faces-config.xml
In order to provide custom configuration you must override the class WebAppStartupListener
and put it in the faces-config.xml
<system-event-listener-class>de.volkswagen.jsf.FacesStartupListener</system-event-listener-class>
Further you must call the super constructor with a FacesConfiguration class like this:
public FacesStartupListener()
{
super(FacesExtensions.class);
}
|
FacesConfiguration.ConfigTypeList |
ConfigTypeList
|
FacesRequestPhaseListener | |
FacesUtils | |
WebApplication | |
WebAppStartupListener | |
WebDBContext<DB extends DBDatabase> |
This is the basic implementation of a DBContext for a web application
Important: The connection is obtained on HttpRequest scope and hot held by the context
The connection is automatically released via the FacesRequestPhaseListener
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.