IComponentResolver is not used anymore and will be removed in Wicket 8.0@Deprecated public class MarkupInheritanceResolver extends Object implements IComponentResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD
Deprecated.
|
static String |
EXTEND
Deprecated.
|
| Constructor and Description |
|---|
MarkupInheritanceResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Deprecated.
Try to resolve a component.
|
public static final String CHILD
public static final String EXTEND
public Component resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
IComponentResolverresolve in interface IComponentResolvercontainer - The container parsing its markupmarkupStream - The current markupStreamtag - The current component tag while parsing the markupnull if not foundIComponentResolver.resolve(org.apache.wicket.MarkupContainer,
org.apache.wicket.markup.MarkupStream, org.apache.wicket.markup.ComponentTag)Copyright © 2006–2021 Apache Software Foundation. All rights reserved.