Uses of Enum Class
com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
Packages that use Emoticon
Package
Description
-
Uses of Emoticon in com.atlassian.confluence.content.render.xhtml.editor.inline
Methods in com.atlassian.confluence.content.render.xhtml.editor.inline that return EmoticonModifier and TypeMethodDescriptionEditorEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type EmoticonModifier and TypeMethodDescriptionEmoticonDisplayMapper.getAbsoluteImageUrl(Emoticon emoticon) Get an absolute URL for the emoticon (this will include the servers configured baseURL).SimpleEmoticonDisplayMapper.getAbsoluteImageUrl(Emoticon emoticon) EmoticonDisplayMapper.getImageName(Emoticon emoticon) SimpleEmoticonDisplayMapper.getImageName(Emoticon emoticon) EmoticonDisplayMapper.getRelativeImageUrl(Emoticon emoticon) Get a relative URL for the emoticon.SimpleEmoticonDisplayMapper.getRelativeImageUrl(Emoticon emoticon) EditorEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext) -
Uses of Emoticon in com.atlassian.confluence.content.render.xhtml.image
Methods in com.atlassian.confluence.content.render.xhtml.image that return EmoticonModifier and TypeMethodDescriptionImageLinkEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of Emoticon in com.atlassian.confluence.content.render.xhtml.model.inline
Methods in com.atlassian.confluence.content.render.xhtml.model.inline that return EmoticonModifier and TypeMethodDescriptionstatic Emoticonstatic Emoticon[]Emoticon.notSecretValues()static EmoticonReturns the enum constant of this class with the specified name.static Emoticon[]Emoticon.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Emoticon in com.atlassian.confluence.content.render.xhtml.storage.inline
Methods in com.atlassian.confluence.content.render.xhtml.storage.inline that return EmoticonModifier and TypeMethodDescriptionStorageEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.storage.inline with parameters of type EmoticonModifier and TypeMethodDescriptionStorageEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext) -
Uses of Emoticon in com.atlassian.confluence.content.render.xhtml.view.inline
Methods in com.atlassian.confluence.content.render.xhtml.view.inline with parameters of type EmoticonModifier and TypeMethodDescriptionViewEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)