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

      • HdlResolverDTO

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

      • getSplittedString

        public final String[] getSplittedString()
        Returns the splitted 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: