|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.view.facelets.FaceletCacheFactory
public abstract class FaceletCacheFactory
Allows customization of the
implementation of FaceletCache
.
Constructor Summary | |
---|---|
FaceletCacheFactory()
|
Method Summary | |
---|---|
abstract FaceletCache |
getFaceletCache()
|
FaceletCacheFactory |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaceletCacheFactory()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |