Community
Participate
Working Groups
Qt the current releqsem the resource resolution is done only for Image and URL type. It is hard coded in ResourcesLoader. The extensible solution is needed for other types. The proposal is to add 3 new APIs in XWT: 1. registerFileResolveType(Class<?> type) 2. unregisterFileResolveType(Class<?> type) 3. isFileResolveType(Class<?> type)
The implementation is committed in Head -> 20100625