Package com.sun.faces.facelets.impl
Class FaceletCacheFactoryImpl
- java.lang.Object
-
- jakarta.faces.view.facelets.FaceletCacheFactory
-
- com.sun.faces.facelets.impl.FaceletCacheFactoryImpl
-
- All Implemented Interfaces:
FacesWrapper<FaceletCacheFactory>
public class FaceletCacheFactoryImpl extends FaceletCacheFactory
Default implementation ofFaceletCacheFactory.
-
-
Constructor Summary
Constructors Constructor Description FaceletCacheFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceletCachegetFaceletCache()Returns the facility by which the FaceletsViewDeclarationLanguagecreates and caches instances of Facelets.-
Methods inherited from class jakarta.faces.view.facelets.FaceletCacheFactory
getWrapped
-
-
-
-
Method Detail
-
getFaceletCache
public FaceletCache getFaceletCache()
Description copied from class:FaceletCacheFactoryReturns the facility by which the FaceletsViewDeclarationLanguagecreates and caches instances of Facelets.- Specified by:
getFaceletCachein classFaceletCacheFactory- Returns:
- the facelet cache
-
-