title logo

Configuring the application

Several 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"/>

blank horizontal line
Made with CSS Valid XHTML 1.0! Valid CSS! Copyright © 2000 INRIA, Dyade, Bull
Created by Claude Pasquier