Class LocalFootnoteLinkAttributeProviderState
- java.lang.Object
 - 
- org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalFootnoteLinkAttributeProviderState
 
 
- 
- All Implemented Interfaces:
 NodeAttributeProviderState<JSPWikiLink>
public class LocalFootnoteLinkAttributeProviderState extends java.lang.Object implements NodeAttributeProviderState<JSPWikiLink>
NodeAttributeProviderStatewhich sets the attributes for local footnote links. 
- 
- 
Constructor Summary
Constructors Constructor Description LocalFootnoteLinkAttributeProviderState(Context wikiContext) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes. 
 - 
 
- 
- 
Constructor Detail
- 
LocalFootnoteLinkAttributeProviderState
public LocalFootnoteLinkAttributeProviderState(Context wikiContext)
 
 - 
 
- 
Method Detail
- 
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:
 NodeAttributeProviderState.setAttributes(MutableAttributes, Node)
 
 - 
 
 -