org.apache.wicket.feedback
Class ComponentFeedbackMessageFilter

java.lang.Object
  extended by org.apache.wicket.feedback.ComponentFeedbackMessageFilter
All Implemented Interfaces:
java.io.Serializable, IFeedbackMessageFilter, 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

Field Summary
 
Fields inherited from interface org.apache.wicket.feedback.IFeedbackMessageFilter
ALL
 
Constructor Summary
ComponentFeedbackMessageFilter(Component component)
          Constructor
 
Method Summary
 boolean accept(FeedbackMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
See Also:
IFeedbackMessageFilter.accept(org.apache.wicket.feedback.FeedbackMessage)


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