Uses of Class
com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon
-
-
Uses of Emoticon in com.atlassian.confluence.content.render.xhtml.editor.inline
Methods in com.atlassian.confluence.content.render.xhtml.editor.inline that return Emoticon Modifier and Type Method Description Emoticon
EditorEmoticonUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Methods in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type Emoticon Modifier and Type Method Description String
EmoticonDisplayMapper. getAbsoluteImageUrl(Emoticon emoticon)
Get an absolute URL for the emoticon (this will include the servers configured baseURL).String
SimpleEmoticonDisplayMapper. getAbsoluteImageUrl(Emoticon emoticon)
String
EmoticonDisplayMapper. getImageName(Emoticon emoticon)
String
SimpleEmoticonDisplayMapper. getImageName(Emoticon emoticon)
String
EmoticonDisplayMapper. getRelativeImageUrl(Emoticon emoticon)
Get a relative URL for the emoticon.String
SimpleEmoticonDisplayMapper. getRelativeImageUrl(Emoticon emoticon)
Streamable
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 Emoticon Modifier and Type Method Description Emoticon
ImageLinkEmoticonUnmarshaller. 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 Emoticon Modifier and Type Method Description static Emoticon
Emoticon. get(String type)
static Emoticon[]
Emoticon. notSecretValues()
static Emoticon
Emoticon. valueOf(String name)
Returns the enum constant of this type with the specified name.static Emoticon[]
Emoticon. values()
Returns an array containing the constants of this enum type, 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 Emoticon Modifier and Type Method Description Emoticon
StorageEmoticonUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Methods in com.atlassian.confluence.content.render.xhtml.storage.inline with parameters of type Emoticon Modifier and Type Method Description Streamable
StorageEmoticonMarshaller. 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 Emoticon Modifier and Type Method Description Streamable
ViewEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)
-