Module org.apache.wicket.core
Package org.apache.wicket.application
package org.apache.wicket.application
-
ClassDescriptionAn abstract implementation of a
IClassResolver
which uses aClassLoader
for resolving classes.A thread safe compoundIClassResolver
.Resolves a class by using the classloader that loaded this class.A collection for application level registration ofIHeaderContributor
sAn interface to code which finds classes and resourcesListener interface that receives messages when components are initialized (after Component#onInitialize method has been executed).Listener interface that receives messages when components are constructed.Listener that is called after component'sComponent.onAfterRender()
method was invoked.Listener that is called right after the component'sComponent.onBeforeRender()
method was invoked.Listener interface that receives messages when components are configured (afterComponent.onConfigure()
andBehavior.onConfigure(org.apache.wicket.Component)
methods have been executed).Listener interface that receives messages when components render their tags.Collection of on-component-tag listenersCustom ClassLoader that reverses the classloader lookups, and that is able to notify a listener when a class file is changed.This class is an utility class that perform wildcard-patterns matching and isolation.