313233343536373839
super(config); valueTagAttribute = getRequiredAttribute("value"); } protected JbpmActionListener getListener(final FaceletContext ctx) { return new SuspendActionListener( getValueExpression(valueTagAttribute, ctx, Object.class) ); }