Package org.openfaces.event

Examples of org.openfaces.event.FileDownloadEvent


            if (requestParameterMap.containsKey(key) && requestParameterMap.get(key).equals("true")) {
                MethodExpression fileDownloadListener = fileAttachmentsComponent.getFileDownloadListener();
                if (fileDownloadListener != null) {
                    fileDownloadListener.invoke(
                            context.getELContext(), new Object[]{
                            new FileDownloadEvent(fileAttachmentsComponent, downloadAttachmentAction.getFileAttachment())});
                }
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.openfaces.event.FileDownloadEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.