Class ErrorLevelFeedbackMessageFilter

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Predicate<FeedbackMessage>, IFeedbackMessageFilter, org.apache.wicket.util.io.IClusterable

    public class ErrorLevelFeedbackMessageFilter
    extends java.lang.Object
    implements IFeedbackMessageFilter
    Filter for accepting feedback messages with minimum level.
    Author:
    Jonathan Locke
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorLevelFeedbackMessageFilter​(int minimumErrorLevel)
      Filters messages with an greater or equals level than minimumErrorLevel.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(FeedbackMessage message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or