Class MCRContentTransformerFactory

java.lang.Object
org.mycore.common.content.transformer.MCRContentTransformerFactory

public class MCRContentTransformerFactory extends Object
Creates and returns MCRContentTransformer instances by their ID.
Author:
Frank Lützenkirchen
  • Constructor Details

    • MCRContentTransformerFactory

      public MCRContentTransformerFactory()
  • Method Details

    • getTransformer

      public static MCRContentTransformer getTransformer(String id)
      Returns the transformer with the given ID. If the transformer is not instantiated yet, it is created and initialized.