public class ScopedFeedBackMessageFilter
extends org.apache.wicket.feedback.ContainerFeedbackMessageFilter
Constructor and Description |
---|
ScopedFeedBackMessageFilter(org.apache.wicket.MarkupContainer container)
Constructor with default scope of
ValidationScope.DOCUMENT |
ScopedFeedBackMessageFilter(org.apache.wicket.MarkupContainer container,
FeedbackScope scope)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.apache.wicket.feedback.FeedbackMessage message) |
public ScopedFeedBackMessageFilter(org.apache.wicket.MarkupContainer container)
ValidationScope.DOCUMENT
container
- The container that message reporters must be a child ofpublic ScopedFeedBackMessageFilter(org.apache.wicket.MarkupContainer container, FeedbackScope scope)
container
- The container that message reporters must be a child ofscope
- The scope to filter feedback messages by.Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.