org.apache.jetspeed.portlets.security.rolemgt
Class RoleActionListener
java.lang.Object
org.apache.jetspeed.portlets.security.rolemgt.RoleActionListener
- All Implemented Interfaces:
- javax.faces.event.ActionListener, EventListener, javax.faces.event.FacesListener
- public class RoleActionListener
- extends Object
- implements javax.faces.event.ActionListener
- Author:
- David Le Strat
Method Summary |
void |
processAction(javax.faces.event.ActionEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE_MGT_RESOURCES
private static final String ROLE_MGT_RESOURCES
- The role management bundle name.
- See Also:
- Constant Field Values
INVALID_SELECTED_ROLES_MESSAGE_ID
private static final String INVALID_SELECTED_ROLES_MESSAGE_ID
- The invalid selected roles message id.
- See Also:
- Constant Field Values
ADD_ROLE_ACTION
private static final String ADD_ROLE_ACTION
- The add role action.
- See Also:
- Constant Field Values
EDIT_ROLE_ACTION
private static final String EDIT_ROLE_ACTION
- The edit role action.
- See Also:
- Constant Field Values
RoleActionListener
public RoleActionListener()
processAction
public void processAction(javax.faces.event.ActionEvent event)
throws javax.faces.event.AbortProcessingException
- Specified by:
processAction
in interface javax.faces.event.ActionListener
- Throws:
javax.faces.event.AbortProcessingException
- See Also:
ActionListener.processAction(javax.faces.event.ActionEvent)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.