Class InterWikiLinkAttributeProviderState
java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.InterWikiLinkAttributeProviderState
- All Implemented Interfaces:
NodeAttributeProviderState<JSPWikiLink>
public class InterWikiLinkAttributeProviderState
extends Object
implements NodeAttributeProviderState<JSPWikiLink>
NodeAttributeProviderState
which sets the attributes for interwiki links.-
Constructor Summary
ConstructorsConstructorDescriptionInterWikiLinkAttributeProviderState
(Context wikiContext, boolean hasRef, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributes
(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link) Sets node's attributes.
-
Constructor Details
-
InterWikiLinkAttributeProviderState
public InterWikiLinkAttributeProviderState(Context wikiContext, boolean hasRef, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
-
-
Method Details
-
setAttributes
public void setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link) Sets node's attributes.- Specified by:
setAttributes
in interfaceNodeAttributeProviderState<JSPWikiLink>
- Parameters:
attributes
- node attributes.link
- the specific node in which the attributes are going to be set.- See Also:
-