Class HdlResolverDTO

java.lang.Object
org.dspace.handle.hdlresolver.HdlResolverDTO

public class HdlResolverDTO extends Object
Maps the URL of the request to an handle identifier
Author:
Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.it)
  • Constructor Details

    • HdlResolverDTO

      public HdlResolverDTO(String requestURL, String resolverSubPath)
      Default Constructor
      Parameters:
      requestURL - is the complete Request URL
      resolverSubPath - is the rest service Sub-path
  • Method Details

    • getSplittedString

      public final String[] getSplittedString()
      Returns the split String of the resource-path
      Returns:
    • getHandle

      public final String getHandle()
      Returns the handle identifier
      Returns:
    • isValid

      public boolean isValid()
      Checks if the handle identifier is valid.
      Returns: