Class DefaultTagProcessorFactory.FactoryObject

  • Enclosing class:
    DefaultTagProcessorFactory

    protected final class DefaultTagProcessorFactory.FactoryObject
    extends Object
    Internal Object to keep TagProcessors.
    Author:
    redlab_b
    • Constructor Detail

      • FactoryObject

        public FactoryObject​(String className)
        Parameters:
        className - the fully qualified class name
      • FactoryObject

        public FactoryObject​(String className,
                             TagProcessor processor)
        Parameters:
        className - the fully qualified class name
        processor - the processor object
    • Method Detail

      • getClassName

        public String getClassName()
        Returns:
        the className
      • getProcessor

        public TagProcessor getProcessor()
        Returns:
        return the processor