Interface LocationDecider


public interface LocationDecider
Decides URL for some location.
Author:
Stefan Miklosovic
  • Method Summary

    Modifier and Type
    Method
    Description
     
    decide(String location)
    Decides URL location for given location
  • Method Details

    • canDecide

      Scheme canDecide()
      Returns:
      what kind of schemes this location decider decides.
    • decide

      String decide(String location)
      Decides URL location for given location
      Parameters:
      location - to get URL from
      Returns:
      decided address for given location