public class BorderMarkupSourcingStrategy extends AssociatedMarkupSourcingStrategy
| Constructor and Description |
|---|
BorderMarkupSourcingStrategy()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IMarkupFragment |
getMarkup(MarkupContainer container,
Component child)
Return null and thus use
Border.getMarkup(child) to provide the Markup |
void |
onComponentTagBody(Component component,
MarkupStream markupStream,
ComponentTag openTag)
Skip the components body which is expected to be raw markup only (no wicket components).
|
findMarkupInAssociatedFileHeader, onComponentTag, renderAssociatedMarkup, renderHead, renderHeadFromAssociatedMarkupFilesearchMarkupInTransparentResolverspublic void onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
AbstractMarkupSourcingStrategyonComponentTagBody in interface IMarkupSourcingStrategyonComponentTagBody in class AbstractMarkupSourcingStrategycomponent - The component calling the strategyComponent.onComponentTagBody(MarkupStream, ComponentTag)public IMarkupFragment getMarkup(MarkupContainer container, Component child)
Border.getMarkup(child) to provide the MarkupgetMarkup in interface IMarkupSourcingStrategygetMarkup in class AssociatedMarkupSourcingStrategycontainer - The container expected to contain the markup for childchild - The child component to find the markup forMarkupContainer.getMarkup(Component)Copyright © 2006–2014 Apache Software Foundation. All rights reserved.