Uses of Class
jakarta.faces.view.facelets.FaceletCache
-
Packages that use FaceletCache Package Description com.sun.faces.facelets.impl jakarta.faces.view.facelets -
-
Uses of FaceletCache in com.sun.faces.facelets.impl
Methods in com.sun.faces.facelets.impl that return FaceletCache Modifier and Type Method Description FaceletCacheFaceletCacheFactoryImpl. getFaceletCache()Methods in com.sun.faces.facelets.impl with parameters of type FaceletCache Modifier and Type Method Description voidDefaultFaceletFactory. init(FacesContext facesContext, Compiler compiler, DefaultResourceResolver resolver, long refreshPeriod, FaceletCache cache) -
Uses of FaceletCache in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return FaceletCache Modifier and Type Method Description abstract FaceletCacheFaceletCacheFactory. getFaceletCache()Returns the facility by which the FaceletsViewDeclarationLanguagecreates and caches instances of Facelets.
-