You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ResourceHandlerRegistration is designed to be extended, however it is currently not possible to specify any other implementation. In some cases, we may desire to specialize methods like getResourceResolvers and getResourceTransformers (which are already in a protected access level). For instance, we can intercept all created ResourceResolver and ResourceTransformer instances in order to know what elements will be executed later in the chains of responsibility.
So the ResourceHandlerRegistry should expose an API like this: