Interface UserConversionPropertiesProvider

All Known Implementing Classes:
StrutsConversionPropertiesProcessor

public interface UserConversionPropertiesProvider
Interface for processors that support late initialization of user conversion properties.

Implementations provide user conversion properties processing after the full container is built, allowing Spring bean name resolution for type converters.

Since:
7.2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process user conversion properties (struts-conversion.properties, xwork-conversion.properties).
  • Method Details

    • initUserConversions

      void initUserConversions()
      Process user conversion properties (struts-conversion.properties, xwork-conversion.properties). Called during late initialization when SpringObjectFactory is available.