| Package | Description |
|---|---|
| io.wcm.handler.link |
Link Handler API.
|
| io.wcm.handler.link.markup |
Default link markup builder implementations.
|
| io.wcm.handler.link.processor |
Default implementations for link pre- and postprocessors.
|
| io.wcm.handler.link.spi |
SPI for configuring and tailoring link handler processing.
|
| io.wcm.handler.link.type |
Default link type implementations.
|
| io.wcm.handler.link.type.helpers |
Convenience classes for implementing link types.
|
| io.wcm.handler.link.ui |
Sling model classes for UI views.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
LinkBuilder.build()
Resolve link and return metadata object that contains the results.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleLinkMarkupBuilder.accepts(Link link) |
boolean |
DummyLinkMarkupBuilder.accepts(Link link) |
io.wcm.handler.commons.dom.Anchor |
SimpleLinkMarkupBuilder.build(Link link) |
io.wcm.handler.commons.dom.Anchor |
DummyLinkMarkupBuilder.build(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
AbstractInternalLinkInheritUrlParamLinkPostProcessor.process(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
AbstractInternalLinkInheritUrlParamLinkPostProcessor.process(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
LinkProcessor.process(Link link)
Process link metadata
|
abstract Link |
LinkType.resolveLink(Link link)
Resolves a link
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LinkMarkupBuilder.accepts(Link link)
Checks whether this builder can generate markup for the given link.
|
io.wcm.handler.commons.dom.Anchor |
LinkMarkupBuilder.build(Link link)
Build link anchor markup
|
Link |
LinkProcessor.process(Link link)
Process link metadata
|
abstract Link |
LinkType.resolveLink(Link link)
Resolves a link
|
| Modifier and Type | Method and Description |
|---|---|
Link |
MediaLinkType.resolveLink(Link link) |
Link |
InternalLinkType.resolveLink(Link link) |
Link |
InternalCrossScopeLinkType.resolveLink(Link link) |
Link |
ExternalLinkType.resolveLink(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
MediaLinkType.resolveLink(Link link) |
Link |
InternalLinkType.resolveLink(Link link) |
Link |
InternalCrossScopeLinkType.resolveLink(Link link) |
Link |
ExternalLinkType.resolveLink(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
InternalLinkResolver.resolveLink(Link link,
InternalLinkResolverOptions options)
Resolves a link and stores the result in the link object.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
InternalLinkResolver.resolveLink(Link link,
InternalLinkResolverOptions options)
Resolves a link and stores the result in the link object.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
ResourceLink.getMetadata()
Returns a
Link object with the metadata of the resolved link. |
Copyright © 2014–2017 wcm.io. All rights reserved.