Package org.dspace.handle.hdlresolver
Class HdlResolverDTO
java.lang.Object
org.dspace.handle.hdlresolver.HdlResolverDTO
Maps the URL of the request to an handle identifier
- Author:
- Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.it)
-
Constructor Summary
ConstructorsConstructorDescriptionHdlResolverDTO(String requestURL, String resolverSubPath) Default Constructor -
Method Summary
-
Constructor Details
-
HdlResolverDTO
Default Constructor- Parameters:
requestURL- is the complete Request URLresolverSubPath- is the rest service Sub-path
-
-
Method Details
-
getSplittedString
Returns the split String of the resource-path- Returns:
-
getHandle
Returns the handle identifier- Returns:
-
isValid
public boolean isValid()Checks if the handle identifier is valid.- Returns:
-