org.jbpm.jsf.core.action
Class GetVariableActionListener
java.lang.Object
org.jbpm.jsf.core.action.GetVariableActionListener
- All Implemented Interfaces:
- JbpmActionListener
public final class GetVariableActionListener
- extends Object
- implements JbpmActionListener
Constructor Summary |
GetVariableActionListener(javax.el.ValueExpression nameExpression,
javax.el.ValueExpression targetExpression,
javax.el.ValueExpression entityExpression)
|
GetVariableActionListener
public GetVariableActionListener(javax.el.ValueExpression nameExpression,
javax.el.ValueExpression targetExpression,
javax.el.ValueExpression entityExpression)
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