Class AbsoluteImageUrlServiceImpl

java.lang.Object
nl.vpro.domain.image.AbsoluteImageUrlServiceImpl
nl.vpro.domain.media.support.AbsoluteImageUrlServiceImpl
All Implemented Interfaces:
ImageUrlService, ImageUrlService

public class AbsoluteImageUrlServiceImpl extends AbsoluteImageUrlServiceImpl implements ImageUrlService
Implementation of ImageUrlService that can only be configured with an absolute base url.
Since:
5.11
Author:
Michiel Meeuwissen
  • Constructor Details

    • AbsoluteImageUrlServiceImpl

      @Inject public AbsoluteImageUrlServiceImpl(@Named("image_frontend.baseUrl") String imageServerBaseUrl)