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
@Deprecated
public class WidgetConfigContentReferenceParser
extends AbstractContentReferenceParser<WidgetConfigContentReference>
Deprecated.
A reference parser for widget configurations.
-
Constructor Summary
ConstructorDescriptionWidgetConfigContentReferenceParser
(org.slf4j.Logger log, Context context) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Find 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
Deprecated.
-
-
Method Details
-
parse
Deprecated.Description copied from interface:ContentReferenceParser
Find the references in the given html string.- Parameters:
html
- The html string to search.- Returns:
- the found references.
-