| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Common base class for bean definitions. Use a FactoryBean to customize behaviour when returning application beans.
A BeanDefinition describes a bean instance, which has property values and further information supplied by concrete classes or subinterfaces.
Once configuration is complete, a BeanFactory will be able to return direct references to objects defined by BeanDefinitions.
| Method Summary | |
MutablePropertyValues | getPropertyValues()Return the PropertyValues to be applied to a new instance of this bean. |
String | getResourceDescription() |
boolean | isLazyInit()Return whether this bean should be lazily initialized. |
boolean | isSingleton()Return whether this a Singleton, with a single, shared instance returned on all calls, |
void | setLazyInit(boolean lazyInit)Set whether this bean should be lazily initialized. |
void | setResourceDescription(String resourceDescription) |
void | setSingleton(boolean singleton)Set if this a Singleton, with a single, shared instance returned on all calls. |
void | validate()Validate this bean definition. |
| Method Detail |
public MutablePropertyValues getPropertyValues()
public String getResourceDescription()
public boolean isLazyInit()
public boolean isSingleton()
public void setLazyInit(boolean lazyInit)
public void setResourceDescription(String resourceDescription)
public void setSingleton(boolean singleton)
public void validate()
throws BeanDefinitionValidationException
| Association Links |
to Class java.lang.String
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||