| 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 |
|---|---|
LinkRequest |
Link.getLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
LinkBuilder |
LinkHandler.get(LinkRequest linkRequest)
Build link for the given request holding all further request properties.
|
void |
Link.setLinkRequest(LinkRequest linkRequest) |
| Constructor and Description |
|---|
Link(LinkType linkType,
LinkRequest linkRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LinkType.accepts(LinkRequest linkRequest)
Checks whether a link reference can be handled by this link type
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalLinkType.accepts(LinkRequest linkRequest) |
boolean |
InternalCrossScopeLinkType.accepts(LinkRequest linkRequest) |
Copyright © 2014–2017 wcm.io. All rights reserved.