| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.taglib.jsf_core | |
| javax.faces.application | |
| javax.faces.component | |
| javax.faces.event |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionListenerImpl
This action listener implementation processes action events during the
Apply Request Values or Invoke Application
phase of the request processing lifecycle (depending upon the
immediate property of the ActionSource that
queued this event. |
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
ApplicationImpl.getActionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationImpl.setActionListener(ActionListener actionListener) |
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
Singletons.getActionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
Singletons.setActionListener(ActionListener actionListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
SetPropertyActionListenerImpl |
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
ApplicationWrapper.getActionListener()
The default behavior of this method is to call |
abstract ActionListener |
Application.getActionListener()
Return the default
ActionListener to be
registered for all ActionSource components in this application. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationWrapper.setActionListener(ActionListener listener)
The default behavior of this method is to call
|
abstract void |
Application.setActionListener(ActionListener listener)
Set the default
ActionListener to be registered for all
ActionSource components. |
| Modifier and Type | Method and Description |
|---|---|
ActionListener[] |
UIViewAction.getActionListeners()
Return the set of registered
ActionListeners for this ActionSource instance. |
ActionListener[] |
UICommand.getActionListeners() |
ActionListener[] |
ActionSource.getActionListeners()
Return the set of registered
ActionListeners for this ActionSource instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
UIViewAction.addActionListener(ActionListener listener)
Add a new
ActionListener to the set of listeners interested in being notified when
ActionEvents occur. |
void |
UICommand.addActionListener(ActionListener listener) |
void |
ActionSource.addActionListener(ActionListener listener)
Add a new
ActionListener to the set of listeners interested in being notified when
ActionEvents occur. |
void |
UIViewAction.removeActionListener(ActionListener listener)
Remove an existing
ActionListener (if any) from the set of listeners interested in
being notified when ActionEvents occur. |
void |
UICommand.removeActionListener(ActionListener listener) |
void |
ActionSource.removeActionListener(ActionListener listener)
Remove an existing
ActionListener (if any) from the set of listeners interested in
being notified when ActionEvents occur. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionListenerWrapper
Provides a simple implementation of
|
class |
MethodExpressionActionListener
|
| Modifier and Type | Method and Description |
|---|---|
abstract ActionListener |
ActionListenerWrapper.getWrapped() |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.