Class ComponentFeedbackMessageFilter

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

    public class ComponentFeedbackMessageFilter
    extends java.lang.Object
    implements IFeedbackMessageFilter
    Filter for accepting feedback messages for a particular component.
    Author:
    Jonathan Locke
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentFeedbackMessageFilter

        public ComponentFeedbackMessageFilter​(Component component)
        Constructor
        Parameters:
        component - The component to filter on
    • Method Detail

      • accept

        public boolean accept​(FeedbackMessage message)
        Specified by:
        accept in interface IFeedbackMessageFilter
        Parameters:
        message - The message to test for inclusion
        Returns:
        True if the message should be included, false to exclude it