Class 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 Details

    • EntityUriContentReferenceParser

      public EntityUriContentReferenceParser(org.slf4j.Logger log, Context context)
  • Method Details