Beispiel #1
0
 /** @return a {@link Locator} instance if it is available and not disabled */
 protected Locator getEffectiveLocator() {
   return (userAgent.isLocatorEnabled() ? this.locator : null);
 }