- Enclosing class:
 FaceletCache<V>
public static interface FaceletCache.MemberFactory<V>
Factory interface for creating Facelet or View Metadata Facelet instances.
- 
Method Summary
Modifier and TypeMethodDescriptionnewInstance(URL key) Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL. 
- 
Method Details
- 
newInstance
Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL.
- Parameters:
 key- theURLthat will be used as the key for the instance being created.- Returns:
 - the newly created 
Faceletor View MetadataFacelet - Throws:
 NullPointerException- if argumentkeyisnull.IOException- if unable to load a file necessary to respond to service this method.
 
 -