Hi, as I wrote some weeks ago I'm developing a DOIIdentifierProvider. I'm almost done with it, but I'm missing one important information. If I have a DSpaceObject, how can I generate the url where the DSpaceObject is presented?
I saw that DSpace seems to use handles to build the URLs of almost everything. Then I saw org.dspace.handle.HandleManager. This class has static method resolveToURL(Context context, String handle). So if I have an DspaceObject dso and a Context contex, can I get the URL of the DspaceObject by calling HandleManager.resolveToULR(context, dso.getHandle())? Is there a more generic way? I would be glad if any one can help me out! Regards, Pascal ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
