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
@Deprecated
public class WidgetTemplateContentReferenceParser
extends AbstractContentReferenceParser<WidgetTemplateContentReference>
Deprecated.
A reference parser for widget templates.
-
Constructor Summary
ConstructorDescriptionWidgetTemplateContentReferenceParser
(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
-
WidgetTemplateContentReferenceParser
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.
-