Class EditorConstants
java.lang.Object
com.atlassian.confluence.content.render.xhtml.editor.macro.EditorConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Used to flag whether the attachment should be copiedstatic final QName
static final String
static final String
The title of the page for create page links.static final String
Stores encoded storage XML to allow it to be recovered / decoded laterstatic final QName
static final String
static final String
static final String
static final String
Used by link browser to determine whether an attachment is local to a page/content or not.static final String
static final String
Content type of linked attachmentstatic final String
Used by link browser to distinguish between a user specified alias and one that is auto-generated because none has been specified.static final String
Linkstatic final String
Nice type of linked attachment.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Macrostatic final String
static final String
static final String
static final String
static final String
static final String
static final String
The posting day for a blog post link.static final String
static final String
The space a new page should be created in for a create page link.static final QName
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LINKED_RESOURCE_ID_ATTRIBUTE
Link- See Also:
-
LINKED_RESOURCE_VERSION_ATTRIBUTE
- See Also:
-
LINKED_RESOURCE_TYPE_ATTRIBUTE
- See Also:
-
LINKED_RESOURCE_BASE_URL
- See Also:
-
LINKED_RESOURCE_DEFAULT_ALIAS
Used by link browser to distinguish between a user specified alias and one that is auto-generated because none has been specified.- See Also:
-
LINKED_RESOURCE_SHORTCUT
- See Also:
-
LINKED_RESOURCE_CONTAINER_ID
Used by link browser to determine whether an attachment is local to a page/content or not.- See Also:
-
LINKED_RESOURCE_CONTAINER_VERSION
- See Also:
-
LINKED_RESOURCE_CONTENT_TYPE
Content type of linked attachment- See Also:
-
ATTACHMENT_COPY_ATTR
Used to flag whether the attachment should be copied- See Also:
-
LINKED_RESOURCE_NICE_TYPE
Nice type of linked attachment. SeeAttachment.getNiceType()
.- See Also:
-
CONTENT_TITLE_ATTRIBUTE
The title of the page for create page links.- See Also:
-
SPACEKEY_ATTRIBUTE
The space a new page should be created in for a create page link.- See Also:
-
POSTINGDAY_ATTRIBUTE
The posting day for a blog post link.- See Also:
-
MACRO_PARAMETERS_ATTRIBUTE
Macro- See Also:
-
MACRO_DEFAULT_PARAMETER_ATTRIBUTE
- See Also:
-
MACRO_NAME_ATTRIBUTE
- See Also:
-
MACRO_ID_ATTRIBUTE
- See Also:
-
MACRO_BODY_ATTRIBUTE
- See Also:
-
MACRO_SCHEMA_VERSION
- See Also:
-
MACRO_ROLE
- See Also:
-
MACRO_ROLE_BUTTON
- See Also:
-
MACRO_TABINDEX
- See Also:
-
MACRO_ARIA_HASPOPUP
- See Also:
-
MACRO_ARIA_LABEL
- See Also:
-
MACRO_ARIA_LABEL_SUFFIX
- See Also:
-
MACRO_CLASS
- See Also:
-
INLINE_MACRO_CLASS
- See Also:
-
UNKNOWN_MACRO_CLASS
- See Also:
-
PLACEHOLDER_CHROME_CLASS
- See Also:
-
CONFLUENCE_LINK_CLASS
- See Also:
-
DIV_NAME
-
SPAN_NAME
-
CLASS_ATTRIBUTE_NAME
-
PREFORMATTED_CLASS
- See Also:
-
MACRO_BODY_TYPE_ATTRIBUTE_NAME
- See Also:
-
UNRESOLVED_LINK_CLASS
- See Also:
-
NOT_PERMITTED_ATTRIBUTE
- See Also:
-
DATA_ENCODED_XML_ATTRIBUTE
Stores encoded storage XML to allow it to be recovered / decoded later- See Also:
-
TRANSFORM_ERROR_CLASS
- See Also:
-
GADGET_MACRO
- See Also:
-
-
Constructor Details
-
EditorConstants
public EditorConstants()
-