Class SetPropertyActionListenerImpl

java.lang.Object
net.thevpc.common.jsf.SetPropertyActionListenerImpl
All Implemented Interfaces:
EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class SetPropertyActionListenerImpl extends Object implements javax.faces.event.ActionListener, javax.faces.component.StateHolder
Author:
taha.bensalah@gmail.com
  • Constructor Details

    • SetPropertyActionListenerImpl

      public SetPropertyActionListenerImpl()
    • SetPropertyActionListenerImpl

      public SetPropertyActionListenerImpl(javax.el.ValueExpression target, javax.el.ValueExpression value)
  • Method Details

    • processAction

      public void processAction(javax.faces.event.ActionEvent e) throws javax.faces.event.AbortProcessingException
      Specified by:
      processAction in interface javax.faces.event.ActionListener
      Throws:
      javax.faces.event.AbortProcessingException
    • setTransient

      public void setTransient(boolean trans)
      Specified by:
      setTransient in interface javax.faces.component.StateHolder
    • isTransient

      public boolean isTransient()
      Specified by:
      isTransient in interface javax.faces.component.StateHolder
    • saveState

      public Object saveState(javax.faces.context.FacesContext context)
      Specified by:
      saveState in interface javax.faces.component.StateHolder
    • restoreState

      public void restoreState(javax.faces.context.FacesContext context, Object state)
      Specified by:
      restoreState in interface javax.faces.component.StateHolder