Class WidgetConfigContentReferenceParser
java.lang.Object
ch.tocco.nice2.dms.spi.reference.AbstractContentReferenceParser<WidgetConfigContentReference>
ch.tocco.nice2.optional.cms.impl.content.widget.WidgetConfigContentReferenceParser
- All Implemented Interfaces:
ContentReferenceParser<WidgetConfigContentReference>
@Component
public class WidgetConfigContentReferenceParser
extends AbstractContentReferenceParser<WidgetConfigContentReference>
A reference parser for widget configurations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFind the references in the given html string.Methods inherited from class ch.tocco.nice2.dms.spi.reference.AbstractContentReferenceParser
getContext, getLog, getPrimaryKey, getReferenceClass, select
-
Constructor Details
-
WidgetConfigContentReferenceParser
-
-
Method Details
-
parse
Description copied from interface:ContentReferenceParser
Find the references in the given html string.- Parameters:
html
- The html string to search.- Returns:
- the found references.
-