java.lang.Object
jakarta.faces.view.facelets.FaceletCacheFactory
com.sun.faces.facelets.impl.FaceletCacheFactoryImpl
- All Implemented Interfaces:
FacesWrapper<FaceletCacheFactory>
Default implementation of
FaceletCacheFactory
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the facility by which the FaceletsViewDeclarationLanguage
creates and caches instances of Facelets.Methods inherited from class jakarta.faces.view.facelets.FaceletCacheFactory
getWrapped
-
Constructor Details
-
FaceletCacheFactoryImpl
public FaceletCacheFactoryImpl()
-
-
Method Details
-
getFaceletCache
Description copied from class:FaceletCacheFactory
Returns the facility by which the FaceletsViewDeclarationLanguage
creates and caches instances of Facelets.- Specified by:
getFaceletCache
in classFaceletCacheFactory
- Returns:
- the facelet cache
-