Class WidgetTemplateContentReferenceParser
java.lang.Object
ch.tocco.nice2.dms.spi.reference.AbstractContentReferenceParser<WidgetTemplateContentReference>
ch.tocco.nice2.optional.cms.impl.content.widget.WidgetTemplateContentReferenceParser
- All Implemented Interfaces:
ContentReferenceParser<WidgetTemplateContentReference>
@Component
public class WidgetTemplateContentReferenceParser
extends AbstractContentReferenceParser<WidgetTemplateContentReference>
A reference parser for widget templates.
-
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
-
WidgetTemplateContentReferenceParser
-
-
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.
-