Class LocalReadLinkAttributeProviderState
java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalReadLinkAttributeProviderState
- All Implemented Interfaces:
NodeAttributeProviderState<JSPWikiLink>
public class LocalReadLinkAttributeProviderState
extends Object
implements NodeAttributeProviderState<JSPWikiLink>
NodeAttributeProviderState which sets the attributes for local read links.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link) Sets node's attributes.
-
Constructor Details
-
LocalReadLinkAttributeProviderState
-
-
Method Details
-
setAttributes
public void setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link) Sets node's attributes.- Specified by:
setAttributesin interfaceNodeAttributeProviderState<JSPWikiLink>- Parameters:
attributes- node attributes.link- the specific node in which the attributes are going to be set.- See Also:
-