org.jbpm.jsf.core.action
Class GetDiagramInfoActionListener

java.lang.Object
  extended by org.jbpm.jsf.core.action.GetDiagramInfoActionListener
All Implemented Interfaces:
JbpmActionListener

public final class GetDiagramInfoActionListener
extends Object
implements JbpmActionListener


Nested Class Summary
static class GetDiagramInfoActionListener.DiagramInfo
           
static class GetDiagramInfoActionListener.DiagramNodeInfo
           
 
Constructor Summary
GetDiagramInfoActionListener(javax.el.ValueExpression processExpression, javax.el.ValueExpression targetExpression)
           
 
Method Summary
 String getName()
          Get the name of this action.
 void handleAction(JbpmJsfContext context, javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDiagramInfoActionListener

public GetDiagramInfoActionListener(javax.el.ValueExpression processExpression,
                                    javax.el.ValueExpression targetExpression)
Method Detail

getName

public String getName()
Description copied from interface: JbpmActionListener
Get the name of this action. This name may be used by the navigation handler to choose an appropriate navigation outcome.

Specified by:
getName in interface JbpmActionListener
Returns:
the name

handleAction

public void handleAction(JbpmJsfContext context,
                         javax.faces.event.ActionEvent event)
Specified by:
handleAction in interface JbpmActionListener