public synchronized void init(ActionServlet actionServlet, ModuleConfig moduleConfig) throws ServletException {
super.init(actionServlet, moduleConfig);
try {
if (transformerFactory == null)
transformerFactory = new TransformerFactory(actionServlet, moduleConfig);
} catch (SalamandraConfigException e) {
throw new ServletException(e);
}
}