Modifier and Type | Method and Description |
---|---|
Emoticon |
EditorEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
String |
SimpleEmoticonDisplayMapper.getAbsoluteImageUrl(Emoticon emoticon) |
String |
EmoticonDisplayMapper.getAbsoluteImageUrl(Emoticon emoticon)
Get an absolute URL for the emoticon (this will include the servers configured baseURL).
|
String |
SimpleEmoticonDisplayMapper.getImageName(Emoticon emoticon) |
String |
EmoticonDisplayMapper.getImageName(Emoticon emoticon) |
String |
SimpleEmoticonDisplayMapper.getRelativeImageUrl(Emoticon emoticon) |
String |
EmoticonDisplayMapper.getRelativeImageUrl(Emoticon emoticon)
Get a relative URL for the emoticon.
|
Streamable |
EditorEmoticonMarshaller.marshal(Emoticon emoticon,
ConversionContext conversionContext) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Emoticon |
StorageEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
Streamable |
StorageEmoticonMarshaller.marshal(Emoticon emoticon,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
Streamable |
ViewEmoticonMarshaller.marshal(Emoticon emoticon,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
Emoticon[] |
TinyMceEmotionsAction.getEmoticons() |
Modifier and Type | Method and Description |
---|---|
String |
TinyMceEmotionsAction.getEmoticonIdentifier(Emoticon emoticon) |
String |
TinyMceEmotionsAction.getEmoticonUrl(Emoticon emoticon)
Returns the relative caching url to the emoticon image.
|
Copyright © 2003–2015 Atlassian. All rights reserved.