public abstract class FaceletCacheFactory extends Object implements FacesWrapper<FaceletCacheFactory>
Allows customization of the
implementation of FaceletCache
.
Constructor and Description |
---|
FaceletCacheFactory() |
Modifier and Type | Method and Description |
---|---|
abstract FaceletCache |
getFaceletCache() |
FaceletCacheFactory |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped. |
public FaceletCacheFactory getWrapped()
FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.
getWrapped
in interface FacesWrapper<FaceletCacheFactory>
public abstract FaceletCache getFaceletCache()
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.