org.apache.jetspeed.portlets.security.rolemgt
Class RoleActionListener

java.lang.Object
  extended byorg.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

Field Summary
private static String ADD_ROLE_ACTION
          The add role action.
private static String EDIT_ROLE_ACTION
          The edit role action.
private static String INVALID_SELECTED_ROLES_MESSAGE_ID
          The invalid selected roles message id.
private static String ROLE_MGT_RESOURCES
          The role management bundle name.
 
Constructor Summary
RoleActionListener()
           
 
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
 

Field Detail

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
Constructor Detail

RoleActionListener

public RoleActionListener()
Method Detail

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.