Configuring the applicationSeveral entries in the configuration file are used to set miscellaneous options in the application: <!-- Indicates wether the arguments specified at the initialization of beans may be casted if necessary - default value = false --> <option name="autoCastBeanArgs" value="false"/> <!-- Indicates wether the arguments specified in a method call may be casted if necessary - default value = true --> <option name="autoCastMethodArgs" value="true"/> <!-- Indicates wether the arguments specified to set a property may be casted if necessary - default value = true --> <option name="autoCastPropertyArgs" value="true"/> <!-- Indicates wether the arguments specified to set a field may be casted if necessary - default value = true --> <option name="autoCastPropertyArgs" value="true"/> |
|
Copyright © 2000
INRIA,
Dyade,
Bull
Created by Claude Pasquier |