Uses of Class
org.apache.myfaces.resource.ResourceLoaderWrapper
Packages that use ResourceLoaderWrapper
-
Uses of ResourceLoaderWrapper in org.apache.myfaces.resource
Subclasses of ResourceLoaderWrapper in org.apache.myfaces.resourceModifier and TypeClassDescriptionclass
Resource loader coming in from our jakarta.faces library The problem why we need a specialized loader is: we have to append/change the mapping information in Development mode (and remove it if present for prod mode) according to the library name and request path Both values are dynamic and the request path is dependent on the patterns provided in the web.xmlclass
ResourceLoader that uses a temporal folder to cache resources, avoiding the problem described on MYFACES-3586 (Performance improvement in Resource loading - HIGH CPU inflating bytes in ResourceHandlerImpl.handleResourceRequest).