wicket.contrib.gmap
Class GMapHeaderContributor

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by wicket.contrib.gmap.GMapHeaderContributor
All Implemented Interfaces:
Serializable, IClusterable, IComponentAwareEventSink, IComponentAwareHeaderContributor

public class GMapHeaderContributor
extends Behavior

using a Behavior

See Also:
Serialized Form

Field Summary
protected static String GOOGLE_LOAD_MAPS
           
 
Constructor Summary
GMapHeaderContributor(String gMapKey)
           
 
Method Summary
 void renderHead(Component component, IHeaderResponse response)
          see: IE memory leak issues
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListenerInterface, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOGLE_LOAD_MAPS

protected static final String GOOGLE_LOAD_MAPS
See Also:
Constant Field Values
Constructor Detail

GMapHeaderContributor

public GMapHeaderContributor(String gMapKey)
Parameters:
gMapKey -
Method Detail

renderHead

public void renderHead(Component component,
                       IHeaderResponse response)
see: IE memory leak issues

Specified by:
renderHead in interface IComponentAwareHeaderContributor
Overrides:
renderHead in class Behavior


Copyright © 2012. All Rights Reserved.