Uses of Class
jakarta.faces.view.facelets.FaceletCacheFactory
-
Packages that use FaceletCacheFactory Package Description jakarta.faces.view.facelets -
-
Uses of FaceletCacheFactory in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return FaceletCacheFactory Modifier and Type Method Description FaceletCacheFactory
FaceletCacheFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.view.facelets with parameters of type FaceletCacheFactory Constructor Description FaceletCacheFactory(FaceletCacheFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-