org.chenillekit.google
Class ChenilleKitGoogleModule

java.lang.Object
  extended by org.chenillekit.google.ChenilleKitGoogleModule

public class ChenilleKitGoogleModule
extends Object

Version:
$Id: ChenilleKitGoogleModule.java 594 2009-12-05 15:17:26Z mlusetti $

Constructor Summary
ChenilleKitGoogleModule()
           
 
Method Summary
static GoogleGeoCoder buildGoogleGeoCoder(Logger logger, String googleKey, int timeout, String proxy, String referer)
           
static void contributeFactoryDefaults(MappedConfiguration<String,String> contribution)
          Contributes factory defaults that may be overridden.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChenilleKitGoogleModule

public ChenilleKitGoogleModule()
Method Detail

contributeFactoryDefaults

public static void contributeFactoryDefaults(MappedConfiguration<String,String> contribution)
Contributes factory defaults that may be overridden.


buildGoogleGeoCoder

public static GoogleGeoCoder buildGoogleGeoCoder(Logger logger,
                                                 @Inject@Symbol(value="ck.google.key")
                                                 String googleKey,
                                                 @Inject@Symbol(value="ck.google.timeout")
                                                 int timeout,
                                                 @Inject@Symbol(value="ck.google.proxy")
                                                 String proxy,
                                                 @Inject@Symbol(value="ck.google.referer")
                                                 String referer)


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.