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 EmoticonEditorEmoticonUnmarshaller. 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 StringEmoticonDisplayMapper. getAbsoluteImageUrl(Emoticon emoticon)Get an absolute URL for the emoticon (this will include the servers configured baseURL).StringSimpleEmoticonDisplayMapper. getAbsoluteImageUrl(Emoticon emoticon)StringEmoticonDisplayMapper. getImageName(Emoticon emoticon)StringSimpleEmoticonDisplayMapper. getImageName(Emoticon emoticon)StringEmoticonDisplayMapper. getRelativeImageUrl(Emoticon emoticon)Get a relative URL for the emoticon.StringSimpleEmoticonDisplayMapper. getRelativeImageUrl(Emoticon emoticon)StreamableEditorEmoticonMarshaller. 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 EmoticonImageLinkEmoticonUnmarshaller. 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 EmoticonEmoticon. get(String type)static Emoticon[]Emoticon. notSecretValues()static EmoticonEmoticon. 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 EmoticonStorageEmoticonUnmarshaller. 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 StreamableStorageEmoticonMarshaller. 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 StreamableViewEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)
-