| Package | Description |
|---|---|
| io.wcm.handler.commons.dom |
DOM convenience objects used by handler implementations to build markup fragments for links and media.
|
| Modifier and Type | Method and Description |
|---|---|
Anchor |
AbstractHtmlElementFactory.createAnchor()
Creates and adds anchor (a) element.
|
Anchor |
AbstractHtmlElementFactory.createAnchor(String href)
Creates and adds anchor (a) element.
|
Anchor |
AbstractHtmlElementFactory.createAnchor(String href,
String target)
Creates and adds anchor (a) element.
|
Anchor |
Anchor.setAccessKey(String value)
Html "accesskey" attribute.
|
Anchor |
Anchor.setHRef(String value)
Html "href" attribute.
|
Anchor |
Anchor.setRel(String value)
Html "rel" attribute.
|
Anchor |
Anchor.setTabIndex(int value)
Html "tabindex" attribute.
|
Anchor |
Anchor.setTarget(String value)
Html "target" attribute.
|
Copyright © 2014–2017 wcm.io. All rights reserved.