public class InlineTasksUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INLINE_TASK_ID_DATA_ATTRIBUTE_NAME |
static String |
INLINE_TASK_STATUS_NAME |
static QName |
LI_TAG |
static QName |
P_TAG |
static QName |
TABLE_TAG |
static QName |
UL_TAG |
Constructor and Description |
---|
InlineTasksUtils() |
Modifier and Type | Method and Description |
---|---|
static List<DataSource> |
getRequiredResources(DataSourceFactory dataSourceFactory,
String htmlContent)
Returns the inline task DataSource resources required for the specified content.
|
public static final QName LI_TAG
public static final QName UL_TAG
public static final QName TABLE_TAG
public static final QName P_TAG
public static final String INLINE_TASK_ID_DATA_ATTRIBUTE_NAME
public static final String INLINE_TASK_STATUS_NAME
public static List<DataSource> getRequiredResources(DataSourceFactory dataSourceFactory, String htmlContent)
DiffInlineTaskMarshaller
dataSourceFactory
- DataSourceFactory to retrieve resourceshtmlContent
- html formatted content in which inline tasks may appearCopyright © 2003–2020 Atlassian. All rights reserved.