Package org.apache.wicket.application
-
Interface Summary Interface Description IClassResolver An interface to code which finds classes and resourcesIComponentInitializationListener 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'sComponent.onAfterRender()
method was invoked.IComponentOnBeforeRenderListener Listener that is called right after the component'sComponent.onBeforeRender()
method was invoked.IComponentOnConfigureListener Listener interface that receives messages when components are configured (afterComponent.onConfigure()
andBehavior.onConfigure(org.apache.wicket.Component)
methods have been executed).IOnComponentTagListener Listener interface that receives messages when components render their tags. -
Class Summary Class Description AbstractClassResolver An abstract implementation of aIClassResolver
which uses aClassLoader
for resolving classes.ComponentInitializationListenerCollection ComponentInstantiationListenerCollection ComponentOnAfterRenderListenerCollection ComponentOnBeforeRenderListenerCollection ComponentOnConfigureListenerCollection CompoundClassResolver A thread safe compoundIClassResolver
.DefaultClassResolver Resolves a class by using the classloader that loaded this class.HeaderContributorListenerCollection A collection for application level registration ofIHeaderContributor
sOnComponentTagListenerCollection Collection of on-component-tag listenersReloadingClassLoader 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.