Flux - The Smart Struts Config Generator
Flux properties can be configured in Eclipse under the context menu of each struts-config-<module>.xml file. The following table describes each property.
Field Name | Description | Constraint |
Model file | If this field is not empty it takes precedence over the preference 'Model file pattern' for the special struts-config-<module>.xml it is attached to. The variable %MODULE% is not supported here. The model file needs not reside in the same directory as the struts-config-<module>.xml file. | Is optional. Flux checks whether the file exists. |
Default form name | If this field is not empty it takes precedence over the preference 'Default form name pattern' for the special struts-config-<module>.xml it is attached to. The variable %MODULE% is not supported here. | Is optional.
|
Default package | If this field is not empty it takes precedence over the preference 'Default package pattern' for the special struts-config-<module>.xml it is attached to. The variable %MODULE% is not supported here. | Is optional. Must be a valid Java package name. |
Override property 'Generate page preprocessings' | Enables to set the value of the property 'Generate page preprocessings' in order to override the global preference 'Generate page preprocessings' for this file. | |
Generate page preprocessings | Is the same as the equally named preference but overrides what is configured there if the override property is checked. |