|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy
org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy
public final class DefaultMarkupSourcingStrategy
This is a no-op sourcing strategy implementing the default behavior for most components.
| Method Summary | |
|---|---|
static DefaultMarkupSourcingStrategy |
get()
|
IMarkupFragment |
getMarkup(MarkupContainer container,
Component child)
Get the markup for the child component, which is assumed to be a child of 'container'. |
void |
onComponentTag(Component component,
ComponentTag tag)
Nothing to add to the response by default |
void |
onComponentTagBody(Component component,
MarkupStream markupStream,
ComponentTag openTag)
Invoke the component's onComponentTagBody(). |
void |
renderHead(Component component,
HtmlHeaderContainer container)
Empty: nothing will be added to the header by default |
| Methods inherited from class org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy |
|---|
searchMarkupInTransparentResolvers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final DefaultMarkupSourcingStrategy get()
public void onComponentTag(Component component,
ComponentTag tag)
onComponentTag in interface IMarkupSourcingStrategyonComponentTag in class AbstractMarkupSourcingStrategycomponent - The component calling the strategyComponent.onComponentTag(ComponentTag)
public void onComponentTagBody(Component component,
MarkupStream markupStream,
ComponentTag openTag)
onComponentTagBody in interface IMarkupSourcingStrategyonComponentTagBody in class AbstractMarkupSourcingStrategycomponent - The component calling the strategyComponent.onComponentTagBody(MarkupStream, ComponentTag)
public IMarkupFragment getMarkup(MarkupContainer container,
Component child)
getMarkup in interface IMarkupSourcingStrategygetMarkup in class AbstractMarkupSourcingStrategycontainer - The parent containing the child. This is not the direct parent, transparent
component resolver may be in the hierarchy between.child - The component to find the markup for.
null.MarkupContainer.getMarkup(Component)
public void renderHead(Component component,
HtmlHeaderContainer container)
renderHead in interface IMarkupSourcingStrategyrenderHead in class AbstractMarkupSourcingStrategycomponent - The component calling the strategyComponent.renderHead(HtmlHeaderContainer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||