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>
- Since:
- 2.1
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletCacheFactory
public FaceletCacheFactory()
getFaceletCache
public abstract FaceletCache getFaceletCache()
getWrapped
public FaceletCacheFactory getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<FaceletCacheFactory>
- Returns:
- the instance of the class being wrapped
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.