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

org.apache.myfaces.custom.imageloop.ImageLoopItem Maven / Gradle / Ivy

package org.apache.myfaces.custom.imageloop;

import javax.faces.component.UIGraphic;

/**
 * Image loop item. 
 * @author Felix R?thenbacher (latest modification by $Author:$)
 * @version $Revision:$ $Date:$
 */
public class ImageLoopItem extends UIGraphic {
    
    public static final String COMPONENT_TYPE = "org.apache.myfaces.ImageLoopItem";
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy