public class UserConversionPropertiesProcessor extends Object implements Initializable
Processes struts-conversion.properties and xwork-conversion.properties after the full container is built, allowing Spring bean name resolution. This enables users to reference Spring bean names instead of only fully qualified class names in their conversion property files.
UserConversionPropertiesProvider| Constructor and Description |
|---|
UserConversionPropertiesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Use this method to initialise your bean, the whole dependency graph was already built
|
void |
setUserConversionPropertiesProvider(UserConversionPropertiesProvider provider) |
public void setUserConversionPropertiesProvider(UserConversionPropertiesProvider provider)
public void init()
Initializableinit in interface InitializableCopyright © 2000–2026 Apache Software Foundation. All rights reserved.