Class ActionSaxHandlerFactories


  • public class ActionSaxHandlerFactories
    extends Object
    A registry of ActionSaxHandlerFactories. $Id: ActionSaxHandlerFactories.java 1840416 2018-09-09 15:10:22Z tv $
    • Constructor Detail

      • ActionSaxHandlerFactories

        public ActionSaxHandlerFactories()
        Constructor. Registers the default Factories.
    • Method Detail

      • getActionSaxHandlerFactory

        public ActionSaxHandlerFactory getActionSaxHandlerFactory​(String type)
        Returns the ActionSaxHandlerFactory associated with the given type.
        Parameters:
        type - the type top look for, not null.
        Returns:
        the ActionSaxHandlerFactory associated with the given type, or null if no ActionSaxHandlerFactory exists for the given type.