org.ofbiz.webapp.view
Class ApacheFopFactory

java.lang.Object
  extended by org.ofbiz.webapp.view.ApacheFopFactory

public class ApacheFopFactory
extends java.lang.Object

Apache FOP Factory used to provide a singleton instance of the FopFactory. Best pratices recommended the reuse of the factory because of the startup time.


Field Summary
static java.lang.String module
           
 
Constructor Summary
ApacheFopFactory()
           
 
Method Summary
static FopFactory instance()
          Deprecated. use ApacheFopWorker.getFactoryInstance()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

ApacheFopFactory

public ApacheFopFactory()
Method Detail

instance

public static FopFactory instance()
Deprecated. use ApacheFopWorker.getFactoryInstance()