Class BeanFactory.BeanFactoryInfo

    • Constructor Detail

      • BeanFactoryInfo

        public BeanFactoryInfo()
    • Method Detail

      • getDTDFileName

        protected java.lang.String getDTDFileName()
        Description copied from class: AbstractConfigurationElement
        Returns the name of a DTD file that will be added as SystemID to the XML resulting from serializing the contents of this ConfigurationElement into a file; null by default. This method should be extended if the concrete instance of an element has a predefined DTD file associated.
        Overrides:
        getDTDFileName in class AbstractConfigurationElement
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement