Package org.dspace.handle.hdlresolver
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 Summary
Constructors Constructor Description HdlResolverDTO(String requestURL, String resolverSubPath)Default Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandle()Returns the handle identifierString[]getSplittedString()Returns the splitted String of the resource-pathbooleanisValid()Checks if the handle identifier is valid.
-