Examples of AWidgetFileCris


Examples of org.dspace.app.cris.model.jdyna.widget.AWidgetFileCris

            String idTP = folder.substring((indexOf+1), folder.length() - 1);
            TP tp = applicationService.get(getTargetPropertyDefinition(),
                    Integer.parseInt(idTP));
            if (tp.getRendering() instanceof AWidgetFileCris)
            {
                AWidgetFileCris widget = (AWidgetFileCris) tp.getRendering();
                // Fire usage event.
                if (widget.isUseInStatistics())
                {
                    request.setAttribute("sectionid", tp.getId());
                    new DSpace().getEventService().fireEvent(
                            new UsageEvent(UsageEvent.Action.VIEW, request,
                                    UIUtil.obtainContext(request),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.