Uses of Class
com.atlassian.confluence.content.render.xhtml.model.inline.Emoticon

Packages that use Emoticon
com.atlassian.confluence.content.render.xhtml.editor.inline   
com.atlassian.confluence.content.render.xhtml.model.inline   
com.atlassian.confluence.content.render.xhtml.storage.inline   
com.atlassian.confluence.content.render.xhtml.view.inline   
 

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
 Emoticon EditorEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type Emoticon
 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.
 String EditorEmoticonMarshaller.marshal(Emoticon emoticon, 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
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
 Emoticon StorageEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.inline with parameters of type Emoticon
 String 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
 String ViewEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.