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

org.wicketstuff.twitter.behavior.HovercardBehavior Maven / Gradle / Ivy

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

/**
 * 
 * @author Till Freier
 * 
 */
public class HovercardBehavior extends AbstractAnywhereBehavior
{

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	/**
	 * {@inheritDoc}
	 */
	public HovercardBehavior(String apiKey)
	{
		super(apiKey);
	}

	/**
	 * {@inheritDoc}
	 */
	@Override
	protected String getAnywhereMethod()
	{
		return "hovercards()";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy