org.apache.wicket.feedback
Interface IFeedbackMessageFilter

All Superinterfaces:
IClusterable, java.io.Serializable
All Known Implementing Classes:
ComponentFeedbackMessageFilter, ContainerFeedbackMessageFilter, ErrorLevelFeedbackMessageFilter

public interface IFeedbackMessageFilter
extends IClusterable

Interface for filtering feedback messages.

Author:
Jonathan Locke

Field Summary
static IFeedbackMessageFilter ALL
          Filter that returns simply all available messages.
 
Method Summary
 boolean accept(FeedbackMessage message)
           
 

Field Detail

ALL

static final IFeedbackMessageFilter ALL
Filter that returns simply all available messages.

Method Detail

accept

boolean accept(FeedbackMessage message)
Parameters:
message - The message to test for inclusion
Returns:
True if the message should be included, false to exclude it


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.