aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/apps/InputHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-148/+0
* Register an Errorlistener to get messages placed in the log system.Finn Bock2004-10-251-1/+31
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-9/+84
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-251-40/+0
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-3/+3
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-12/+4
* Ordinary Java code should never throw Error instances, use RuntimeException i...Jeremias Maerki2004-04-041-1/+1
* Code changed to set the Base URL in FOUserAgent, which allowsGlen Mazza2004-03-161-0/+10
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* style/javadoc changes onlyWilliam Victor Mote2003-09-011-14/+11
* 1.) only partly implemented Run() function removed from InputHandler and its ...Glen Mazza2003-08-041-6/+0
* 1. Moved the XMLReader createParser() functionality from abstract class Inpu...Glen Mazza2003-08-021-35/+0
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-271-1/+17
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-171-15/+15
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-171-15/+15
* Take over InputHandler code from maintenance branch. Jeremias Maerki2003-06-021-0/+8
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+133