Uses of Class
org.apache.myfaces.resource.ResourceLoaderWrapper

Packages that use ResourceLoaderWrapper
Package
Description
 
  • Uses of ResourceLoaderWrapper in org.apache.myfaces.resource

    Modifier and Type
    Class
    Description
    class 
    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.xml
    class 
    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).