Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.inline.EmoticonDisplayMapper
-
Packages that use EmoticonDisplayMapper Package Description com.atlassian.confluence.content.render.xhtml.editor.inline com.atlassian.confluence.content.render.xhtml.view.inline -
-
Uses of EmoticonDisplayMapper in com.atlassian.confluence.content.render.xhtml.editor.inline
Classes in com.atlassian.confluence.content.render.xhtml.editor.inline that implement EmoticonDisplayMapper Modifier and Type Class Description classSimpleEmoticonDisplayMapperAn EmoticonImageMapper which makes use of the type of the emoticon supplied when building the URL to use.Constructors in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type EmoticonDisplayMapper Constructor Description EditorEmoticonMarshaller(XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, MarshallingRegistry registry) -
Uses of EmoticonDisplayMapper in com.atlassian.confluence.content.render.xhtml.view.inline
Constructors in com.atlassian.confluence.content.render.xhtml.view.inline with parameters of type EmoticonDisplayMapper Constructor Description ViewEmoticonMarshaller(XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, HrefEvaluator hrefEvaluator)
-