Spring Framework
The Spring Framework allows you to use XML files to configure beans. Each bean
represents an instance of an object; the parameters correspond to each object's setter
methods.
| Available in: both Salesforce Classic (not available in all orgs) and Lightning Experience |
| Available in: Enterprise, Performance, Unlimited, and Developer editions |
A typical bean has these attributes.
- class—Specifies the implementation class for the bean instance.
- id—Uniquely identifies the bean to XmlBeanFactory, which is the class that gets objects from an XML configuration file.
For more information on the Spring Framework, see the official documentation and the support forums. Note that Salesforce cannot guarantee the availability or accuracy of external websites.