Package org.apache.myfaces.resource
package org.apache.myfaces.resource
-
ClassDescriptionContains the metadata information to reference a resourceA ResourceHandlerSupport implementation for use with standard Java Servlet engines, ie an engine that supports jakarta.servlet, and uses a standard web.xml file.A resource loader implementation which loads resources from the thread ClassLoader.Indicates if a resource has been served from a contract.ResourceLoaders that are able to handle contract aware resources must extends from this class.A resource loader implementation which loads resources from the webapp root.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.xmlA specialized classloader for our internal resources it enables el resolution on source level for our jsf.js files and reserves a myfaces namespace in the resources for other custom files.Holds the information that is static but can only be derived after a Resource instance is created.Utility class when used in EL Expressions --> #{resource}A utility class to isolate a ResourceHandler implementation from its underlying implementationDefault implementation for resourcesBase class for resource loaders.Contains the metadata information to reference a resourceContains the metadata information to reference a resourceA resource loader implementation which loads resources from the webapp root.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).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).