|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractConfigurator
org.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.XMLHandlerConfigurator
public class XMLHandlerConfigurator
Configurator for XMLHandler objects.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
logger instance |
Fields inherited from class org.apache.fop.render.AbstractConfigurator |
---|
userAgent |
Constructor Summary | |
---|---|
XMLHandlerConfigurator(FOUserAgent userAgent)
Default constructor |
Method Summary | |
---|---|
void |
configure(RendererContext context,
java.lang.String ns)
Configures renderer context by setting the handler configuration on it. |
Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator |
---|
getRendererConfig, getRendererConfig, getType |
Methods inherited from class org.apache.fop.render.AbstractConfigurator |
---|
getConfig |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
Constructor Detail |
---|
public XMLHandlerConfigurator(FOUserAgent userAgent)
userAgent
- the user agentMethod Detail |
---|
public void configure(RendererContext context, java.lang.String ns) throws FOPException
context
- the RendererContext (contains the user agent)ns
- the Namespace of the foreign object
FOPException
- if configuring the target objects fails
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |