Package nl.vpro.media.odi.handler
Class OdiLocationHandler
java.lang.Object
nl.vpro.media.odi.handler.OdiLocationHandler
- All Implemented Interfaces:
LocationProducer
Deprecated.
TODO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Produce aLocationResult.intDeprecated.Higher is better.voidsetOdiApplication(String odiApplication) Deprecated.voidsetOdiBaseUrl(String odiBaseUrl) Deprecated.voidsetOdiSecret(String odiSecret) Deprecated.@NonNull StringtoString()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface nl.vpro.media.odi.LocationProducer
produceIfSupports, supports
-
Constructor Details
-
OdiLocationHandler
public OdiLocationHandler()Deprecated.
-
-
Method Details
-
score
Deprecated.Description copied from interface:LocationProducerHigher is better. On default (but seeLocationProducer.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:
scorein interfaceLocationProducer
-
produce
public LocationResult produce(Location location, jakarta.servlet.http.HttpServletRequest request, String... pubOptions) Deprecated.Description copied from interface:LocationProducerProduce aLocationResult. In principal nevernull- Specified by:
producein interfaceLocationProducer
-
setOdiBaseUrl
Deprecated. -
setOdiApplication
Deprecated. -
setOdiSecret
Deprecated. -
toString
Deprecated.
-