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

org.got5.tapestry5.jquery.services.EffectsParam Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package org.got5.tapestry5.jquery.services;

import java.util.Collection;

import org.apache.tapestry5.ioc.annotations.UsesConfiguration;

/**
 * Service used to define the jQuery Effects JavaScript File 
 * you want to load. 
 * 
 * @see org.got5.tapestry5.jquery.EffectsConstants
 * @since 2.6.0
 */
@UsesConfiguration(value = String.class)
public interface EffectsParam {
	
	public abstract Collection getEffectsToLoad();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy