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

java.lang.Object
  extended byorg.apache.jetspeed.portlets.security.rolemgt.AddRoleCommandLinkActionListener
All Implemented Interfaces:
javax.faces.event.ActionListener, EventListener, javax.faces.event.FacesListener

public class AddRoleCommandLinkActionListener
extends Object
implements javax.faces.event.ActionListener

Author:
David Le Strat

Field Summary
private static String ADD_ROLE_TO_PARAM
          The role action controller bean.
 
Constructor Summary
AddRoleCommandLinkActionListener()
           
 
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

ADD_ROLE_TO_PARAM

private static final String ADD_ROLE_TO_PARAM
The role action controller bean.

See Also:
Constant Field Values
Constructor Detail

AddRoleCommandLinkActionListener

public AddRoleCommandLinkActionListener()
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


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.