Package | Description |
---|---|
org.omnifaces.el | |
org.omnifaces.taghandler | |
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 | Class and Description |
---|---|
class |
ValidateBean.TargetFormInvoker |
Modifier and Type | Method and Description |
---|---|
static void |
Events.subscribeToApplicationEvent(Class<? extends SystemEvent> type,
Callback.Void callback)
Subscribe the given callback to the current application that get invoked every time when the given
system event type is published in the current application.
|
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.
|
static void |
Events.subscribeToViewEvent(Class<? extends SystemEvent> type,
Callback.Void callback)
Subscribe the given callback to the current view that get invoked every time when the given
system event type is published on the current view.
|
Copyright © 2012–2014 OmniFaces. All rights reserved.