Class ProfileGenerator

java.lang.Object
org.dspace.app.iiif.model.generator.ProfileGenerator
All Implemented Interfaces:
IIIFValue

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

    • ProfileGenerator

      public ProfileGenerator()
  • Method Details

    • 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.