| Package | Description | 
|---|---|
| org.omnifaces.el | |
| org.omnifaces.util | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScopedRunner.invoke(Callback.Void callback)
Invokes the callback within the scope of the variables being given in the constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Events.addAfterPhaseListener(javax.faces.event.PhaseId phaseId,
                     Callback.Void callback)
Adds a phase listener to the current view that invokes the given callback everytime after given phase. 
 | 
static void | 
Events.addBeforePhaseListener(javax.faces.event.PhaseId phaseId,
                      Callback.Void callback)
Adds a phase listener to the current view that invokes the given callback everytime before given phase ID. 
 |