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