Class AbstractConfigurator


  • public abstract class AbstractConfigurator
    extends java.lang.Object
    An abstract configurator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log log
      logger instance
      protected FOUserAgent userAgent
      fop factory configuration
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getType()
      Returns the configurator type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected static final org.apache.commons.logging.Log log
        logger instance
      • userAgent

        protected FOUserAgent userAgent
        fop factory configuration
    • Constructor Detail

      • AbstractConfigurator

        public AbstractConfigurator​(FOUserAgent userAgent)
        Default constructor
        Parameters:
        userAgent - user agent
    • Method Detail

      • getType

        public abstract java.lang.String getType()
        Returns the configurator type
        Returns:
        the configurator type