Package javax.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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.el.MethodExpression
getActionExpression()
void
setActionExpression(javax.el.MethodExpression action)
-
Methods inherited from interface javax.faces.component.ActionSource
addActionListener, getActionListeners, isImmediate, removeActionListener, setImmediate
-
-