public class MarkupParser.MarkupFilterList extends ArrayList<IMarkupFilter>
modCount| Constructor and Description |
|---|
MarkupParser.MarkupFilterList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IMarkupFilter filter) |
boolean |
add(IMarkupFilter filter,
Class<? extends IMarkupFilter> beforeFilter)
Insert a markup filter before a another one.
|
protected IMarkupFilter |
onAdd(IMarkupFilter filter)
a) Allow subclasses to configure individual Wicket filters which otherwise can not be
accessed.
|
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic boolean add(IMarkupFilter filter)
add in interface Collection<IMarkupFilter>add in interface List<IMarkupFilter>add in class ArrayList<IMarkupFilter>public boolean add(IMarkupFilter filter, Class<? extends IMarkupFilter> beforeFilter)
filter - beforeFilter - protected IMarkupFilter onAdd(IMarkupFilter filter)
b) Allows to disable Wicket filters via returning false
filter - Copyright © 2006–2014 Apache Software Foundation. All rights reserved.