
public class InterWikiLinkAttributeProviderState extends Object implements NodeAttributeProviderState<JSPWikiLink>
NodeAttributeProviderState which sets the attributes for interwiki links.| Constructor and Description |
|---|
InterWikiLinkAttributeProviderState(WikiContext wikiContext,
boolean hasRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
public InterWikiLinkAttributeProviderState(WikiContext wikiContext, boolean hasRef)
public void setAttributes(com.vladsch.flexmark.util.html.Attributes attributes, JSPWikiLink link)
setAttributes in interface NodeAttributeProviderState<JSPWikiLink>attributes - node attributes.link - the specific node in which the attributes are going to be set.NodeAttributeProviderState#setAttributes(Attributes, JSPWikiLink)Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.