public class SetPropertyActionListenerImpl
extends java.lang.Object
implements javax.faces.event.ActionListener, javax.faces.component.StateHolder
Modifier and Type | Field and Description |
---|---|
private javax.el.ValueExpression |
source |
private javax.el.ValueExpression |
target |
Constructor and Description |
---|
SetPropertyActionListenerImpl() |
SetPropertyActionListenerImpl(javax.el.ValueExpression target,
javax.el.ValueExpression value) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTransient() |
void |
processAction(javax.faces.event.ActionEvent e) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setTransient(boolean trans) |
private javax.el.ValueExpression target
private javax.el.ValueExpression source
public SetPropertyActionListenerImpl()
public SetPropertyActionListenerImpl(javax.el.ValueExpression target, javax.el.ValueExpression value)
public void processAction(javax.faces.event.ActionEvent e) throws javax.faces.event.AbortProcessingException
processAction
in interface javax.faces.event.ActionListener
javax.faces.event.AbortProcessingException
public void setTransient(boolean trans)
setTransient
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.