|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractRendererConfigurator
public abstract class AbstractRendererConfigurator
Abstract base classes for renderer-related configurator classes. This class basically just provides an accessor to the specific renderer configuration object.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
logger instance |
protected FOUserAgent |
userAgent
fop factory configuration |
Constructor Summary | |
---|---|
AbstractRendererConfigurator(FOUserAgent userAgent)
Default constructor |
Method Summary | |
---|---|
static org.apache.avalon.framework.configuration.Configuration |
getRendererConfig(FOUserAgent userAgent,
java.lang.String mimeType)
Returns the configuration subtree for a specific renderer. |
protected org.apache.avalon.framework.configuration.Configuration |
getRendererConfig(Renderer renderer)
Returns the configuration subtree for a specific renderer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
protected FOUserAgent userAgent
Constructor Detail |
---|
public AbstractRendererConfigurator(FOUserAgent userAgent)
userAgent
- user agentMethod Detail |
---|
protected org.apache.avalon.framework.configuration.Configuration getRendererConfig(Renderer renderer)
renderer
- the renderer
public static org.apache.avalon.framework.configuration.Configuration getRendererConfig(FOUserAgent userAgent, java.lang.String mimeType)
userAgent
- the user agent containing the user configurationmimeType
- the MIME type of the renderer
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |