@ConsumerType
public interface LinkMarkupBuilder
This interface has to be implemented by a Sling Model class. The adaptables
should be SlingHttpServletRequest and Resource.
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Link link)
Checks whether this builder can generate markup for the given link.
|
io.wcm.handler.commons.dom.Anchor |
build(Link link)
Build link anchor markup
|
boolean accepts(Link link)
link - Link metadataio.wcm.handler.commons.dom.Anchor build(Link link)
link - Link metadata with resolved link informationCopyright © 2014–2017 wcm.io. All rights reserved.