Interface ConcordionExtensionFactory


public interface ConcordionExtensionFactory
Creates an extension for use within Concordion. This factory mechanism is typically only used for extensions that require customisation.

To use an extension factory, include the fully-qualified class name of the factory in the comma-separated list of extensions and extension factories specified by the system property concordion.extensions.

See Also: