|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.rave.web.ui.appbase.faces.ActionListenerImpl
public class ActionListenerImpl
ActionListener implementation that cooperates with the exception caching
strategy we implement in ViewHandlerImpl.
| Constructor Summary | |
|---|---|
ActionListenerImpl(javax.faces.event.ActionListener handler)
Create a new ActionListener instance that wraps the
specified one. |
|
| Method Summary | |
|---|---|
void |
processAction(javax.faces.event.ActionEvent event)
Handle the event, swallowing and caching any exception that is thrown during the handling. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionListenerImpl(javax.faces.event.ActionListener handler)
Create a new ActionListener instance that wraps the
specified one.
handler - Original ActionListener provided by JSF| Method Detail |
|---|
public void processAction(javax.faces.event.ActionEvent event)
Handle the event, swallowing and caching any exception that is thrown during the handling.
processAction in interface javax.faces.event.ActionListenerevent - ActionEvent to be handled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||