|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.admin.actions.lookandfeel.DefaultDecorator
public class DefaultDecorator
Decorator for the all the default decorators bundled with Confluence
Field Summary | |
---|---|
static String |
TYPE_CONTENT
|
static String |
TYPE_DECORATOR
|
static String |
TYPE_EXPORT
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
static DefaultDecorator |
getByFileName(String fileName)
Returns a registered default decorator, matched by decorator file name. |
static List<DefaultDecorator> |
getDecorators()
Get all registered default decorators. |
static List<DefaultDecorator> |
getDecorators(String type)
Get registered decorators by 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 |
---|
public static final String TYPE_DECORATOR
public static final String TYPE_EXPORT
public static final String TYPE_CONTENT
Method Detail |
---|
public static List<DefaultDecorator> getDecorators()
public static List<DefaultDecorator> getDecorators(String type)
type
- Decorator type from DefaultDecorator type contstants
public static DefaultDecorator getByFileName(String fileName)
fileName
- File name of the decorator
public String getFileName()
public String getKey()
public String getType()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public String getNameKey()
public String getDescriptionKey()
public String getTypeNameKey()
public String getTypeDescriptionKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |