fop 2.0

org.apache.fop.render
Class AbstractConfigurator

java.lang.Object
  extended by org.apache.fop.render.AbstractConfigurator

public abstract class AbstractConfigurator
extends java.lang.Object

An abstract configurator


Field Summary
protected static org.apache.commons.logging.Log log
          logger instance
protected  FOUserAgent userAgent
          fop factory configuration
 
Constructor Summary
AbstractConfigurator(FOUserAgent userAgent)
          Default constructor
 
Method Summary
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

fop 2.0

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.