104105106107108109110111
/** {@inheritDoc} */ public IFDocumentHandlerConfigurator getConfigurator() { if (this.mimicHandler != null) { return getMimickedDocumentHandler().getConfigurator(); } else { return new PrintRendererConfigurator(getUserAgent()); } }