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.subscribeToRequestAfterPhase(PhaseId phaseId,
Callback.Void callback)
Subscribe the given callback instance to the current request that get invoked after given phase ID.
|
static void |
Events.subscribeToRequestBeforePhase(PhaseId phaseId,
Callback.Void callback)
Subscribe the given callback instance to the current request that get invoked before given phase ID.
|
static void |
Events.subscribeToViewAfterPhase(PhaseId phaseId,
Callback.Void callback)
Subscribe the given callback instance to the current view that get invoked every time after given phase ID.
|
static void |
Events.subscribeToViewBeforePhase(PhaseId phaseId,
Callback.Void callback)
Subscribe the given callback instance to the current view that get invoked every time before given phase ID.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.