Package ch.tocco.nice2.dms.spi.reference
Class EntityUriContentReferenceParser
java.lang.Object
ch.tocco.nice2.dms.spi.reference.AbstractContentReferenceParser<PrimaryKeyContentReference>
ch.tocco.nice2.dms.spi.reference.EntityUriContentReferenceParser
- All Implemented Interfaces:
ContentReferenceParser<PrimaryKeyContentReference>
@Component
public class EntityUriContentReferenceParser
extends AbstractContentReferenceParser<PrimaryKeyContentReference>
A reference parser for entity URIs of pattern "entity://[entity-type]/[entity-pk]".
-
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
-
EntityUriContentReferenceParser
-
-
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.
-