Ce contenu n'est pas disponible dans la langue sélectionnée.
1.29. Global Configuration Settings
- Default Properties
- Default Properties specify the default values for
<resource-config>
attributes. These properties are automatically applied to theSmooksResourceConfiguration
class when the corresponding<resource-config>
does not specify a value for the attribute. - Global parameters
- You can specify
<param>
elements in every<resource-config>
. These parameter values will either be available at runtime through theSmooksResourceConfiguration
or, if not, they will be injected through the@ConfigParam
annotation.Global configuration parameters are defined in one place. Every runtime component can access them by using theExecutionContext
.