Class OdiLocationHandler

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

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

    • OdiLocationHandler

      public OdiLocationHandler()
      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
    • setOdiBaseUrl

      public void setOdiBaseUrl(String odiBaseUrl)
      Deprecated.
    • setOdiApplication

      public void setOdiApplication(String odiApplication)
      Deprecated.
    • setOdiSecret

      public void setOdiSecret(String odiSecret)
      Deprecated.
    • toString

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