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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public 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.AnnotatedMountScanner
Copyright © 2015. All rights reserved.