org.wicketstuff.openlayers
Class OpenLayersMapHeaderContributor

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by org.wicketstuff.openlayers.OpenLayersMapHeaderContributor
All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable

public class OpenLayersMapHeaderContributor
extends Behavior

See Also:
Serialized Form

Constructor Summary
OpenLayersMapHeaderContributor(boolean developmentMode, String openLayersVersion)
           
 
Method Summary
 void renderHead(Component c, org.apache.wicket.markup.head.IHeaderResponse response)
           
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, 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
 

Constructor Detail

OpenLayersMapHeaderContributor

public OpenLayersMapHeaderContributor(boolean developmentMode,
                                      String openLayersVersion)
Parameters:
developmentMode -
openLayersVersion - the version of openlayers to use: like 2.9.1 or 2.8. Comes from the list available here: http://dev.openlayers.org/releases
Method Detail

renderHead

public void renderHead(Component c,
                       org.apache.wicket.markup.head.IHeaderResponse response)
Specified by:
renderHead in interface IComponentAwareHeaderContributor
Overrides:
renderHead in class Behavior


Copyright © 2008-2012. All Rights Reserved.