public class SecurityViolationAwareActionListener extends Object implements javax.faces.event.ActionListener, Deactivatable
ActionListener
which handles
AccessDeniedException
Constructor and Description |
---|
SecurityViolationAwareActionListener(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 SecurityViolationAwareActionListener(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.