| Package | Description |
|---|---|
| org.apache.wicket.markup.resolver |
Resolvers implement the
IComponentResolver interface and must be registered with the
application. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoLinkResolver.AbstractAutolinkResolverDelegate
Abstract implementation that has a helper method for creating a resource reference.
|
| Modifier and Type | Method and Description |
|---|---|
AutoLinkResolver.IAutolinkResolverDelegate |
AutoLinkResolver.getAutolinkResolverDelegate(String tagName)
Get the resolver registered for 'tagName'
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoLinkResolver.addTagReferenceResolver(String tagName,
String attributeName,
AutoLinkResolver.IAutolinkResolverDelegate resolver)
Register (add or replace) a new resolver with the tagName and attributeName.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.