javax.faces.component
Interface ActionSource2

All Superinterfaces:
ActionSource
All Known Implementing Classes:
HtmlCommandButton, HtmlCommandLink, UICommand, UIViewAction

public interface ActionSource2
extends ActionSource

See Javadoc of JSF Specification


Method Summary
 javax.el.MethodExpression getActionExpression()
           
 void setActionExpression(javax.el.MethodExpression action)
           
 
Methods inherited from interface javax.faces.component.ActionSource
addActionListener, getAction, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionListener, setImmediate
 

Method Detail

getActionExpression

javax.el.MethodExpression getActionExpression()

setActionExpression

void setActionExpression(javax.el.MethodExpression action)


Copyright © 2014 The Apache Software Foundation. All rights reserved.