| Interface | Description |
|---|---|
| IClassResolver |
An interface to code which finds classes and resources
|
| IComponentInitializationListener |
Listener interface that receives messages when components are initialized (after
Component#onInitialize method has been executed).
|
| IComponentInstantiationListener |
Listener interface that receives messages when components are constructed.
|
| IComponentOnAfterRenderListener |
Listener that is called after component's
Component.onAfterRender() method was invoked. |
| IComponentOnBeforeRenderListener |
Listener that is called right after the component's
Component.onBeforeRender() method was
invoked. |
| IComponentOnConfigureListener |
Listener interface that receives messages when components are configured (after
Component.onConfigure() and
Behavior.onConfigure(org.apache.wicket.Component)
methods have been executed). |
| Class | Description |
|---|---|
| AbstractClassResolver |
An abstract implementation of a
IClassResolver which uses a ClassLoader for
resolving classes. |
| ComponentInitializationListenerCollection | |
| ComponentInstantiationListenerCollection | |
| ComponentOnAfterRenderListenerCollection | |
| ComponentOnBeforeRenderListenerCollection | |
| ComponentOnConfigureListenerCollection | |
| CompoundClassResolver |
A thread safe compound
IClassResolver. |
| DefaultClassResolver |
Resolves a class by using the classloader that loaded this class.
|
| HeaderContributorListenerCollection |
A collection for application level registration of
IHeaderContributors |
| ReloadingClassLoader |
Custom ClassLoader that reverses the classloader lookups, and that is able to notify a listener
when a class file is changed.
|
| WildcardMatcherHelper |
This class is an utility class that perform wildcard-patterns matching and isolation.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.