aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/servlet
Commit message (Expand)AuthorAgeFilesLines
* Removed code that doesn't have any effect.Jeremias Maerki2009-01-081-6/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-243-21/+21
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-183-5/+4
* Allow the file parameters to be resolved by the URIResolver.Jeremias Maerki2007-03-021-1/+10
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-283-15/+18
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-272-186/+82
* Guard against NPEs when no base URI is given.Jeremias Maerki2006-03-261-1/+3
* No stacktrace when encountering problems while building a base URL. It's not ...Jeremias Maerki2006-03-251-1/+10
* Added a convenience URIResolver that uses the ServletContext in a servlet to ...Jeremias Maerki2006-02-223-4/+119
* Use memory-optimized ByteArrayOutputStream from Commons IO instead of the dum...Jeremias Maerki2005-11-121-1/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-122-7/+9
* Removed unneded import statements.Finn Bock2004-09-142-8/+0
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-242-9/+9
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-192-3/+3
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-192-6/+3
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-141-4/+16
* Moved FOPPrintServlet from using XSLTInputHandler to JAXP.Glen Mazza2004-07-111-10/+31
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-091-1/+0
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-7/+2
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-202-3/+0
* PR:Glen Mazza2004-03-312-13/+16
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-272-96/+32
* 1.) Deprecation of most constructors in XSLTInputHandler in favor of JAXP.Glen Mazza2004-02-101-1/+1
* Organize imports. Joerg Pietschmann2003-09-191-9/+1
* PrinterJob setup and construction moved from Driver to AWTPrintRenderer class...Glen Mazza2003-08-021-8/+2
* Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer define...Glen Mazza2003-07-101-89/+3
* Removed space before ';'Peter Bernard West2003-06-201-1/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-172-16/+16
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-172-16/+16
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-252-46/+46
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-113-0/+578