com.google.gwt.maps.client.impl
Class ExportedGeocodeCache

java.lang.Object
  extended by com.google.gwt.maps.client.impl.ExportedGeocodeCache

public class ExportedGeocodeCache
extends java.lang.Object

Helper class for AbstractGeocodeCache. This class defines methods that are actually exported to the GeocodeCache JavaScriptObject.


Constructor Summary
ExportedGeocodeCache(CustomGeocodeCache gc)
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject get(java.lang.String address)
           
 boolean isCacheable(com.google.gwt.core.client.JavaScriptObject reply)
           
 void put(java.lang.String address, com.google.gwt.core.client.JavaScriptObject reply)
           
 void reset()
           
 java.lang.String toCanonical(java.lang.String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportedGeocodeCache

public ExportedGeocodeCache(CustomGeocodeCache gc)
Method Detail

get

@Exported
public com.google.gwt.core.client.JavaScriptObject get(java.lang.String address)

isCacheable

@Exported
public boolean isCacheable(com.google.gwt.core.client.JavaScriptObject reply)

put

@Exported
public void put(java.lang.String address,
                         com.google.gwt.core.client.JavaScriptObject reply)

reset

@Exported
public void reset()

toCanonical

@Exported
public java.lang.String toCanonical(java.lang.String address)