javax.faces.view.facelets
Class FaceletCache<V>
java.lang.Object
javax.faces.view.facelets.FaceletCache<V>
public abstract class FaceletCache<V>
- extends Object
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletCache
public FaceletCache()
getFacelet
public abstract V getFacelet(URL url)
throws IOException
- Throws:
IOException
isFaceletCached
public abstract boolean isFaceletCached(URL url)
getViewMetadataFacelet
public abstract V getViewMetadataFacelet(URL url)
throws IOException
- Throws:
IOException
isViewMetadataFaceletCached
public abstract boolean isViewMetadataFaceletCached(URL url)
setMemberFactories
protected void setMemberFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory)
getMemberFactory
protected FaceletCache.MemberFactory<V> getMemberFactory()
getMetadataMemberFactory
protected FaceletCache.MemberFactory<V> getMetadataMemberFactory()
Copyright © 2014 The Apache Software Foundation. All rights reserved.