com.atlassian.confluence.content.render.xhtml.storage
Class InlineTasksUtils
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.InlineTasksUtils
public class InlineTasksUtils
- extends java.lang.Object
Utilities to parse Inline Tasks
- Since:
- 4.3
Method Summary |
static java.util.List<javax.activation.DataSource> |
getRequiredResources(DataSourceFactory dataSourceFactory,
java.lang.String htmlContent)
Returns the inline task DataSource resources required for the specified content. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LI_TAG
public static final javax.xml.namespace.QName LI_TAG
UL_TAG
public static final javax.xml.namespace.QName UL_TAG
TABLE_TAG
public static final javax.xml.namespace.QName TABLE_TAG
P_TAG
public static final javax.xml.namespace.QName P_TAG
INLINE_TASK_ID_DATA_ATTRIBUTE_NAME
public static final java.lang.String INLINE_TASK_ID_DATA_ATTRIBUTE_NAME
INLINE_TASK_STATUS_NAME
public static final java.lang.String INLINE_TASK_STATUS_NAME
InlineTasksUtils
public InlineTasksUtils()
getRequiredResources
public static java.util.List<javax.activation.DataSource> getRequiredResources(DataSourceFactory dataSourceFactory,
java.lang.String htmlContent)
- Returns the inline task DataSource resources required for the specified content.
Can be used for:
- Watch notification email (see
DiffInlineTaskMarshaller
- Like notification email
- Task assignment email
- Popular content email
- Parameters:
dataSourceFactory
- DataSourceFactory to retrieve resourceshtmlContent
- html formatted content in which inline tasks may appear
- Returns:
- a list of the inline task resources required by the specified content
Copyright © 2003-2014 Atlassian. All Rights Reserved.