Package org.dspace.util
Class FrontendUrlService
- java.lang.Object
-
- org.dspace.util.FrontendUrlService
-
@Component public class FrontendUrlService extends Object
Service class for generation of front-end urls.
-
-
Constructor Summary
Constructors Constructor Description FrontendUrlService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateUrl(Bitstream bitstream)Generates front-end url for specified bitstream.StringgenerateUrl(Context context, Item item)Generates front-end url for specified item.
-