Class ImageLinkAttributeProviderState
- java.lang.Object
- 
- org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.ImageLinkAttributeProviderState
 
- 
- All Implemented Interfaces:
- NodeAttributeProviderState<JSPWikiLink>
 
 public class ImageLinkAttributeProviderState extends java.lang.Object implements NodeAttributeProviderState<JSPWikiLink> NodeAttributeProviderStatewhich sets the attributes for image links.
- 
- 
Constructor SummaryConstructors Constructor Description ImageLinkAttributeProviderState(Context wikiContext, java.lang.String urlRef, boolean isLinkFromText)
 - 
Method SummaryAll 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- 
ImageLinkAttributeProviderStatepublic ImageLinkAttributeProviderState(Context wikiContext, java.lang.String urlRef, boolean isLinkFromText) 
 
- 
 - 
Method Detail- 
setAttributespublic void setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link) Sets node's attributes.- Specified by:
- setAttributesin interface- NodeAttributeProviderState<JSPWikiLink>
- Parameters:
- attributes- node attributes.
- link- the specific node in which the attributes are going to be set.
- See Also:
- NodeAttributeProviderState.setAttributes(MutableAttributes, Node)
 
 
- 
 
-