Class StorageHtmlAnchorElementTransformer

java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.StorageHtmlAnchorElementTransformer
All Implemented Interfaces:
ElementTransformer

public class StorageHtmlAnchorElementTransformer extends Object implements ElementTransformer
Checks to see if the 'link.openInNewWindow' dark feature is enabled, and if it is not, then it removes any stray target attributes for storage. Even with the feature disabled, somebody could paste a link with target="_blank" or modify it through Developer Tools.
Since:
5.10