Package nl.vpro.media.odi.handler
Class OdiPlusLocationHandler
java.lang.Object
nl.vpro.media.odi.handler.OdiPlusLocationHandler
- All Implemented Interfaces:
LocationProducer
Deprecated.
TODO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Produce aLocationResult.intDeprecated.Higher is better.voidsetOdiPlusApplication(String odiPlusApplication) Deprecated.voidsetOdiPlusBaseUrl(String odiPlusBaseUrl) 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
-
OdiPlusLocationHandler
public OdiPlusLocationHandler()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
-
setOdiPlusBaseUrl
Deprecated. -
setOdiPlusApplication
Deprecated. -
toString
Deprecated.
-