|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.event.ActionListenerWrapper
public abstract class ActionListenerWrapper
Provides a simple implementation of
ActionListener that can be subclassed by developers wishing to
provide specialized behavior to an existing ActionListener
instance. The default implementation of all methods is to call
through to the wrapped ActionListener.
Usage: extend
this class and override getWrapped() to return the instance we
are wrapping.
| Field Summary |
|---|
| Fields inherited from interface javax.faces.event.ActionListener |
|---|
TO_FLOW_DOCUMENT_ID_ATTR_NAME |
| Constructor Summary | |
|---|---|
ActionListenerWrapper()
|
|
| Method Summary | |
|---|---|
abstract ActionListener |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped. |
void |
processAction(ActionEvent event)
Invoked when the action described by the specified ActionEvent occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionListenerWrapper()
| Method Detail |
|---|
public void processAction(ActionEvent event)
throws AbortProcessingException
ActionListenerInvoked when the action described by the specified
ActionEvent occurs.
processAction in interface ActionListenerevent - The ActionEvent that has occurred
AbortProcessingException - Signal the JavaServer Faces
implementation that no further processing on the current event
should be performedpublic abstract ActionListener getWrapped()
FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.
getWrapped in interface FacesWrapper<ActionListener>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||