public class InterWikiLinkAttributeProviderState extends java.lang.Object implements NodeAttributeProviderState<JSPWikiLink>
NodeAttributeProviderState which sets the attributes for interwiki links.| Constructor and Description |
|---|
InterWikiLinkAttributeProviderState(org.apache.wiki.api.core.Context wikiContext,
boolean hasRef,
boolean isImageInlining,
java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
public InterWikiLinkAttributeProviderState(org.apache.wiki.api.core.Context wikiContext, boolean hasRef, boolean isImageInlining, java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
public void setAttributes(com.vladsch.flexmark.util.html.MutableAttributes 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(MutableAttributes, Node)Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.