Class ProfileGenerator

  • All Implemented Interfaces:
    IIIFValue

    @Scope("prototype")
    @Component
    public class ProfileGenerator
    extends Object
    implements IIIFValue
    This class wraps the domain model service profile.
    • Constructor Detail

      • ProfileGenerator

        public ProfileGenerator()
    • Method Detail

      • setIdentifier

        public void setIdentifier​(String identifier)
        Input String will be converted to URI for use in the Profile.
        Parameters:
        identifier - URI as string
      • generateValue

        public de.digitalcollections.iiif.model.Profile generateValue()
        Description copied from interface: IIIFValue
        creates and returns a value model.
        Specified by:
        generateValue in interface IIIFValue
        Returns:
        a value model.