Interface IValueBindingListener

All Known Implementing Classes:
CascadingValueBindingListener

public interface IValueBindingListener
Listener that is notified when a property is set via JSF value binding within the data transfer phase of the JSF request processing. The listener must be registered in the HttpSessionContext => use HttpSessionAccess to register/unregister.
  • Method Details

    • reactoOnValueExpressionSet

      void reactoOnValueExpressionSet(String expressionString, Object value)
      Parameters:
      valueExpression - The value expression that was executed.
      value - The value that was set.