Package jakarta.faces.view.facelets
Class FaceletCacheFactory
- java.lang.Object
- 
- jakarta.faces.view.facelets.FaceletCacheFactory
 
- 
- All Implemented Interfaces:
- FacesWrapper<FaceletCacheFactory>
 
 public abstract class FaceletCacheFactory extends Object implements FacesWrapper<FaceletCacheFactory> - Since:
- 2.1
 
- 
- 
Constructor SummaryConstructors Constructor Description FaceletCacheFactory()Deprecated.FaceletCacheFactory(FaceletCacheFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract FaceletCachegetFaceletCache()FaceletCacheFactorygetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Constructor Detail- 
FaceletCacheFactory@Deprecated public FaceletCacheFactory() Deprecated.
 - 
FaceletCacheFactorypublic FaceletCacheFactory(FaceletCacheFactory delegate) 
 
- 
 - 
Method Detail- 
getFaceletCachepublic abstract FaceletCache getFaceletCache() 
 - 
getWrappedpublic FaceletCacheFactory getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<FaceletCacheFactory>
- Returns:
- the instance of the class being wrapped
 
 
- 
 
-