public class ViewControllerActionListener extends Object implements javax.faces.event.ActionListener, Deactivatable
PrePageAction
callbacks
of page-beansConstructor and Description |
---|
ViewControllerActionListener(javax.faces.event.ActionListener wrapped)
Constructor for wrapping the given
ActionListener |
Modifier and Type | Method and Description |
---|---|
boolean |
isActivated()
Returns if the current instance is active or not.
|
void |
processAction(javax.faces.event.ActionEvent actionEvent) |
public ViewControllerActionListener(javax.faces.event.ActionListener wrapped)
ActionListener
wrapped
- action-listener which should be wrappedpublic void processAction(javax.faces.event.ActionEvent actionEvent)
processAction
in interface javax.faces.event.ActionListener
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.