This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.primo.pushto.mendeley; | |
| import java.io.IOException; | |
| import java.net.URLEncoder; | |
| import javax.servlet.http.HttpServletRequest; | |
| import javax.servlet.http.HttpServletResponse; | |
| import javax.servlet.http.HttpSession; | |
| import com.exlibris.jaguar.xsd.search.DOCDocument.DOC; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.16" id="1"> | |
| <property name="createdBy">Eclipse BIRT Designer Version 2.3.0.v20080606 Build <2.3.0.v20080618-0630></property> | |
| <property name="units">in</property> | |
| <property name="iconFile">/templates/blank_report.gif</property> | |
| <simple-property-list name="includeResource"> | |
| <value>DPSreports</value> | |
| </simple-property-list> | |
| <html-property name="description">Provides instructions for building a customer listing report.</html-property> | |
| <method name="initialize"> |
NewerOlder