|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.view.faces.ViewActionListener
public final class ViewActionListener
Replacement for the default ActionListener implementation
used during the Invoke Application phase of the request processing
lifecycle.
| Constructor Summary | |
|---|---|
ViewActionListener(javax.faces.event.ActionListener original)
Create a new action listener instance. |
|
| Method Summary | |
|---|---|
void |
processAction(javax.faces.event.ActionEvent event)
Handle a default action event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewActionListener(javax.faces.event.ActionListener original)
Create a new action listener instance.
original - The original action listener instance we are wrapping| Method Detail |
|---|
public void processAction(javax.faces.event.ActionEvent event)
Handle a default action event.
processAction in interface javax.faces.event.ActionListenerevent - The ActionEvent to be handled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||