Class ValidatingLifecycleEventManager

  • All Implemented Interfaces:
    java.io.Serializable, CallbackModes, Configurable

    public class ValidatingLifecycleEventManager
    extends LifecycleEventManager
    implements Configurable
    An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events. Validation occurs after firing all lifecycle events and callbacks.
    See Also:
    Serialized Form
    • Field Detail

      • _validationEnabled

        protected boolean _validationEnabled
    • Constructor Detail

      • ValidatingLifecycleEventManager

        public ValidatingLifecycleEventManager()
        Constructor which accepts a reference to the validator to use. If null, no validation will occur.