public class AnnotatedMountList extends ArrayList<org.apache.wicket.request.IRequestMapper>
IRequestMapper.modCount| Constructor and Description |
|---|
AnnotatedMountList() |
| Modifier and Type | Method and Description |
|---|---|
void |
mount(org.apache.wicket.protocol.http.WebApplication app)
Iterate through list and call
WebApplication.mount(IRequestMapper) for each item. |
add, 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 void mount(org.apache.wicket.protocol.http.WebApplication app)
WebApplication.mount(IRequestMapper) for each item.
Typically called from WebApplication.init() method
app - The web application.AnnotatedMountScannerCopyright © 2015. All rights reserved.