Class AbstractContentLoaderHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.syncope.core.persistence.common.content.AbstractContentLoaderHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
ContentLoaderHandler, ContentLoaderHandler

public abstract class AbstractContentLoaderHandler extends DefaultHandler
  • Field Details

    • LOG

      protected static final Logger LOG
    • continueOnError

      protected final boolean continueOnError
    • fetches

      protected final Map<String,String> fetches
    • paramSubstitutor

      protected final org.apache.commons.text.StringSubstitutor paramSubstitutor
  • Constructor Details

    • AbstractContentLoaderHandler

      protected AbstractContentLoaderHandler(String rootElement, boolean continueOnError, Environment env)
  • Method Details