Interface LocationDecider
public interface LocationDecider
Decides URL for some location.
- Author:
- Stefan Miklosovic
-
Method Summary
-
Method Details
-
canDecide
Scheme canDecide()- Returns:
- what kind of schemes this location decider decides.
-
decide
Decides URL location for givenlocation- Parameters:
location- to get URL from- Returns:
- decided address for given
location
-