|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.resolver.ParentResolver
public class ParentResolver
Some containers are transparent to the user (e.g. HtmlHeaderContainer or BodyOnLoadContainer) and delegate component resolution to there parent.
| Constructor Summary | |
|---|---|
ParentResolver()
|
|
| Method Summary | |
|---|---|
boolean |
resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Try to resolve the tag, then create a component, add it to the container and render it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParentResolver()
| Method Detail |
|---|
public boolean resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Note: Special tags like <wicket:...>> and tags which id start with "_" are not resolved.
resolve in interface IComponentResolvercontainer - The container parsing its markupmarkupStream - The current markupStreamtag - The current component tag while parsing the markup
IComponentResolver.resolve(MarkupContainer,
MarkupStream, ComponentTag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||