| Package | Description |
|---|---|
| com.sun.faces.context | |
| javax.faces.context |
| Modifier and Type | Class and Description |
|---|---|
class |
FacesContextFactoryImpl |
class |
InjectionFacesContextFactory
This
FacesContextFactory is responsible for injecting the
default FacesContext instance into the top-level FacesContext
as configured by the runtime. |
| Constructor and Description |
|---|
InjectionFacesContextFactory(FacesContextFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
FacesContextFactory |
FacesContextFactory.getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. |
| Constructor and Description |
|---|
FacesContextFactory(FacesContextFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.