Class OdiPlusLocationHandler

java.lang.Object
nl.vpro.media.odi.handler.OdiPlusLocationHandler
All Implemented Interfaces:
LocationProducer

@Deprecated public class OdiPlusLocationHandler extends Object implements LocationProducer
Deprecated.
TODO
  • Constructor Details

    • OdiPlusLocationHandler

      public OdiPlusLocationHandler()
      Deprecated.
  • Method Details

    • score

      public int score(Location location, String... pubOptions)
      Deprecated.
      Description copied from interface: LocationProducer
      Higher is better. On default (but see LocationProducer.supports(int)) 0 means that the producer cannot produce a location result for this location The result of this will be filled in the LocationResult, which determins its basic natural order.
      Specified by:
      score in interface LocationProducer
    • produce

      public LocationResult produce(Location location, jakarta.servlet.http.HttpServletRequest request, String... pubOptions)
      Deprecated.
      Description copied from interface: LocationProducer
      Produce a LocationResult. In principal never null
      Specified by:
      produce in interface LocationProducer
    • setOdiPlusBaseUrl

      public void setOdiPlusBaseUrl(String odiPlusBaseUrl)
      Deprecated.
    • setOdiPlusApplication

      public void setOdiPlusApplication(String odiPlusApplication)
      Deprecated.
    • toString

      public @NonNull String toString()
      Deprecated.
      Overrides:
      toString in class Object