Class BasicComponentFactory<T>

    • Constructor Detail

      • BasicComponentFactory

        public BasicComponentFactory​(Class<T> type)
        Creates a new BasicComponentFactory instance.
        Parameters:
        type - the component type.
      • BasicComponentFactory

        public BasicComponentFactory​(Class<T> type,
                                     boolean isSingleton)
        Creates a new BasicComponentFactory instance.
        Parameters:
        type - the component type.
        type - is this component a singleton.