Uses of Class
jakarta.faces.view.facelets.FaceletCache
Package | Description |
---|---|
com.sun.faces.facelets | |
com.sun.faces.facelets.impl | |
jakarta.faces.view.facelets |
-
Uses of FaceletCache in com.sun.faces.facelets
Subclasses of FaceletCache in com.sun.faces.facelets Modifier and Type Class Description class
PrivateApiFaceletCacheAdapter<V>
-
Uses of FaceletCache in com.sun.faces.facelets.impl
Methods in com.sun.faces.facelets.impl that return FaceletCache Modifier and Type Method Description FaceletCache
FaceletCacheFactoryImpl. getFaceletCache()
Methods in com.sun.faces.facelets.impl with parameters of type FaceletCache Modifier and Type Method Description void
DefaultFaceletFactory. init(Compiler compiler, ResourceResolver resolver, long refreshPeriod, FaceletCache cache)
Constructors in com.sun.faces.facelets.impl with parameters of type FaceletCache Constructor Description DefaultFaceletFactory(Compiler compiler, ResourceResolver 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 FaceletCache
FaceletCacheFactory. getFaceletCache()