com.atlassian.confluence.content.ui
Class AttachmentUiSupport.AttachmentInfo

java.lang.Object
  extended by com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Enclosing class:
AttachmentUiSupport

Deprecated. Since 4.3. This class is only public because it is used by ContentTypesDisplayMapper. Avoid using this class directly and use a ContentUiSupport object instead. This class will be made private when ContentTypesDisplayMapper is removed.

@Deprecated
public static class AttachmentUiSupport.AttachmentInfo
extends Object

TODO Undeprecate and make this private when ContentTypesDisplayMapper is removed.


Field Summary
static AttachmentUiSupport.AttachmentInfo CSS
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo DOC
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo DOCX
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo EXCEL_MACRO
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo EXCEL_TEMPLATE
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo EXCEL97_TEMPLATE
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo GIF
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo HTML
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo JAVA
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo JPEG
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo JS
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo MULTIMEDIA
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo PDF
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo PNG
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo POWERPOINT_MACRO
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo POWERPOINT_SLIDESHOW
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo POWERPOINT_TEMPLATE
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo POWERPOINT97_TEMPLATE
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo PPT
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo PPTX
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo TEXT
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo UNKNOWN
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo WORD_TEMPLATE
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo WORD97_TEMPLATE
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo XLS
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo XLSX
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo XML
          Deprecated.  
static AttachmentUiSupport.AttachmentInfo ZIP
          Deprecated.  
 
Method Summary
 String getCssClass()
          Deprecated.  
 String getI18nKey()
          Deprecated.  
 String getIconFilePath()
          Deprecated.  
 String getIdentifier()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDF

public static final AttachmentUiSupport.AttachmentInfo PDF
Deprecated. 

GIF

public static final AttachmentUiSupport.AttachmentInfo GIF
Deprecated. 

JPEG

public static final AttachmentUiSupport.AttachmentInfo JPEG
Deprecated. 

PNG

public static final AttachmentUiSupport.AttachmentInfo PNG
Deprecated. 

XML

public static final AttachmentUiSupport.AttachmentInfo XML
Deprecated. 

HTML

public static final AttachmentUiSupport.AttachmentInfo HTML
Deprecated. 

CSS

public static final AttachmentUiSupport.AttachmentInfo CSS
Deprecated. 

JS

public static final AttachmentUiSupport.AttachmentInfo JS
Deprecated. 

JAVA

public static final AttachmentUiSupport.AttachmentInfo JAVA
Deprecated. 

TEXT

public static final AttachmentUiSupport.AttachmentInfo TEXT
Deprecated. 

ZIP

public static final AttachmentUiSupport.AttachmentInfo ZIP
Deprecated. 

EXCEL97_TEMPLATE

public static final AttachmentUiSupport.AttachmentInfo EXCEL97_TEMPLATE
Deprecated. 

POWERPOINT97_TEMPLATE

public static final AttachmentUiSupport.AttachmentInfo POWERPOINT97_TEMPLATE
Deprecated. 

WORD97_TEMPLATE

public static final AttachmentUiSupport.AttachmentInfo WORD97_TEMPLATE
Deprecated. 

XLS

public static final AttachmentUiSupport.AttachmentInfo XLS
Deprecated. 

PPT

public static final AttachmentUiSupport.AttachmentInfo PPT
Deprecated. 

DOC

public static final AttachmentUiSupport.AttachmentInfo DOC
Deprecated. 

EXCEL_MACRO

public static final AttachmentUiSupport.AttachmentInfo EXCEL_MACRO
Deprecated. 

XLSX

public static final AttachmentUiSupport.AttachmentInfo XLSX
Deprecated. 

EXCEL_TEMPLATE

public static final AttachmentUiSupport.AttachmentInfo EXCEL_TEMPLATE
Deprecated. 

POWERPOINT_MACRO

public static final AttachmentUiSupport.AttachmentInfo POWERPOINT_MACRO
Deprecated. 

PPTX

public static final AttachmentUiSupport.AttachmentInfo PPTX
Deprecated. 

POWERPOINT_SLIDESHOW

public static final AttachmentUiSupport.AttachmentInfo POWERPOINT_SLIDESHOW
Deprecated. 

POWERPOINT_TEMPLATE

public static final AttachmentUiSupport.AttachmentInfo POWERPOINT_TEMPLATE
Deprecated. 

DOCX

public static final AttachmentUiSupport.AttachmentInfo DOCX
Deprecated. 

WORD_TEMPLATE

public static final AttachmentUiSupport.AttachmentInfo WORD_TEMPLATE
Deprecated. 

MULTIMEDIA

public static final AttachmentUiSupport.AttachmentInfo MULTIMEDIA
Deprecated. 

UNKNOWN

public static final AttachmentUiSupport.AttachmentInfo UNKNOWN
Deprecated. 
Method Detail

getCssClass

public String getCssClass()
Deprecated. 

getIdentifier

public String getIdentifier()
Deprecated. 

getIconFilePath

public String getIconFilePath()
Deprecated. 

getI18nKey

public String getI18nKey()
Deprecated. 


Copyright © 2003-2013 Atlassian. All Rights Reserved.