All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.gmap.StatelessGMapHeaderContributor Maven / Gradle / Ivy

There is a newer version: 10.3.0
Show newest version
package org.wicketstuff.gmap;

import org.apache.wicket.Component;

/**
 * 
 * @author robsonke
 *
 */
public class StatelessGMapHeaderContributor extends GMapHeaderContributor {
	private static final long serialVersionUID = 1L;

	public StatelessGMapHeaderContributor(final String scheme)
	{
		super(scheme);
	}
	
	@Override
	public boolean getStatelessHint(Component component) {
		return true;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy