| Package | Description |
|---|---|
| io.wcm.handler.link |
Link Handler API.
|
| io.wcm.handler.link.spi |
SPI for configuring and tailoring link handler processing.
|
| io.wcm.handler.link.type |
Default link type implementations.
|
| Modifier and Type | Method and Description |
|---|---|
LinkType |
Link.getLinkType() |
| Constructor and Description |
|---|
Link(LinkType linkType,
LinkRequest linkRequest) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends LinkType>> |
LinkHandlerConfig.getLinkTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalLinkType
Default implementation of
LinkType for external links. |
class |
InternalCrossScopeLinkType
Implementation of
LinkType for internal links with supports
links between different configuration scopes (which normally relates to different sites/languages). |
class |
InternalLinkType
Default implementation of
LinkType for internal links. |
class |
MediaLinkType
Default implementation of
LinkType for media links. |
Copyright © 2014–2017 wcm.io. All rights reserved.