Package javax.faces.view.facelets
Class FaceletCacheFactory
java.lang.Object
javax.faces.view.facelets.FaceletCacheFactory
- All Implemented Interfaces:
FacesWrapper<FaceletCacheFactory>
public abstract class FaceletCacheFactory
extends Object
implements FacesWrapper<FaceletCacheFactory>
Allows customization of the
implementation of FaceletCache.
- Since:
- 2.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FaceletCacheA class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
FaceletCacheFactory
public FaceletCacheFactory()
-
-
Method Details
-
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 interfaceFacesWrapper<FaceletCacheFactory>
-
getFaceletCache
-