Module org.apache.wicket.core
Package org.apache.wicket.markup.resolver
package org.apache.wicket.markup.resolver
Resolvers implement the IComponentResolver
interface and must be registered with the
application. Most of them are registered by default. Resolvers are used by Wicket to find the
Component associated with markup (wicket:id) where the Component is not simply a child of the
parent container.
-
ClassDescriptionThe AutoLinkResolver is responsible to handle automatic link resolution.Abstract implementation that has a helper method for creating a resource reference.Autolink components delegate component resolution to their parent components.Interface to delegate the actual resolving of auto components to.Encapsulates different aspects of a path.Utility class for
IComponentResolver
sThis is a tag resolver which handles <head> and <wicket:head>tags.IComponentResolvers are responsible for mapping component names to Wicket components.This is a tag resolver which handles <wicket:container> Sometimes adding components in certain ways may lead to output of invalid markup.This is a tag resolver which handles <wicket:message key="myKey">Default Text</wicket:message>.