org.wicketstuff.annotation.scan
Class AnnotatedMountList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<IRequestMapper>
org.wicketstuff.annotation.scan.AnnotatedMountList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<IRequestMapper>, Collection<IRequestMapper>, List<IRequestMapper>, RandomAccess
public class AnnotatedMountList
- extends ArrayList<IRequestMapper>
A list of IRequestMapper.
- Author:
- Doug Donohoe, Ronald Tetsuo Miura
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
AnnotatedMountList
public AnnotatedMountList()
mount
public void mount(WebApplication app)
- Iterate through list and call
WebApplication.mount(IRequestMapper) for each item.
Typically called from WebApplication.init() method
- Parameters:
app - The web application.- See Also:
AnnotatedMountScanner
Copyright © 2012. All Rights Reserved.