public class InvalidURLEvent
extends org.xwiki.observation.event.AbstractFilterableEvent
| Constructor and Description |
|---|
InvalidURLEvent()
Constructor initializing the event filter with an
AlwaysMatchingEventFilter, meaning that this event will match any
other annotation add event. |
InvalidURLEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
Constructor using a custom
EventFilter. |
InvalidURLEvent(String url)
Constructor initializing the event filter with a
FixedNameEventFilter,
meaning that this event will match only events of the same type affecting the same passed name. |
public InvalidURLEvent()
AlwaysMatchingEventFilter, meaning that this event will match any
other annotation add event.public InvalidURLEvent(String url)
FixedNameEventFilter,
meaning that this event will match only events of the same type affecting the same passed name.url - the failing URLpublic InvalidURLEvent(org.xwiki.observation.event.filter.EventFilter eventFilter)
EventFilter.eventFilter - the filter to use for matching eventsCopyright © 2004–2021 XWiki. All rights reserved.