import org.openfaces.taglib.internal.input.fileattachments.DownloadAttachmentActionTag;
public class DownloadAttachmentActionTagHandler extends AbstractFaceletsComponentHandler {
public DownloadAttachmentActionTagHandler(ComponentConfig componentConfig) {
super(componentConfig, new DownloadAttachmentActionTag());
}