com.atlassian.confluence.admin.actions.lookandfeel
Class DefaultDecorator
java.lang.Object
com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
public class DefaultDecorator
- extends Object
Decorator for the all the default decorators bundled with Confluence
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
DefaultDecorator
public DefaultDecorator(String type,
String key,
String fileName)
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)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
getNameKey
public String getNameKey()
getDescriptionKey
public String getDescriptionKey()
getTypeNameKey
public String getTypeNameKey()
getTypeDescriptionKey
public String getTypeDescriptionKey()