Package jakarta.faces.component
Interface ActionSource2
- 
- All Superinterfaces:
- ActionSource
 - All Known Implementing Classes:
- HtmlCommandButton,- HtmlCommandLink,- HtmlCommandScript,- UICommand,- UIViewAction
 
 public interface ActionSource2 extends ActionSource See Javadoc of JSF Specification
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.el.MethodExpressiongetActionExpression()voidsetActionExpression(jakarta.el.MethodExpression action)- 
Methods inherited from interface jakarta.faces.component.ActionSourceaddActionListener, getActionListeners, isImmediate, removeActionListener, setImmediate
 
- 
 
-