com.atlassian.confluence.admin.actions.lookandfeel
Class DefaultDecorator

java.lang.Object
  extended bycom.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator

public class DefaultDecorator
extends Object

Decorator for the all the default decorators bundled with Confluence


Field Summary
static String TYPE_CONTENT
           
static String TYPE_DECORATOR
           
static String TYPE_EXPORT
           
 
Constructor Summary
DefaultDecorator(String type, String key, String fileName)
           
 
Method Summary
 boolean equals(Object o)
           
static DefaultDecorator getByFileName(String fileName)
           
static List getDecorators()
           
static List getDecorators(String type)
           
 String getDescriptionKey()
           
 String getFileName()
           
 String getKey()
           
 String getNameKey()
           
 String getType()
           
 String getTypeDescriptionKey()
           
 String getTypeNameKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_DECORATOR

public static final String TYPE_DECORATOR
See Also:
Constant Field Values

TYPE_EXPORT

public static final String TYPE_EXPORT
See Also:
Constant Field Values

TYPE_CONTENT

public static final String TYPE_CONTENT
See Also:
Constant Field Values
Constructor Detail

DefaultDecorator

public DefaultDecorator(String type,
                        String key,
                        String fileName)
Method Detail

getDecorators

public static List getDecorators()

getDecorators

public static List getDecorators(String type)

getByFileName

public static DefaultDecorator getByFileName(String fileName)

getFileName

public String getFileName()

getKey

public String getKey()

getType

public String getType()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()

getNameKey

public String getNameKey()

getDescriptionKey

public String getDescriptionKey()

getTypeNameKey

public String getTypeNameKey()

getTypeDescriptionKey

public String getTypeDescriptionKey()


Confluence is developed by Atlassian.