public static interface FaceletCache.MemberFactory<V>
Factory interface for creating Facelet or View Metadata Facelet instances.
| Modifier and Type | Method and Description |
|---|---|
V |
newInstance(java.net.URL key)
Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL. |
V newInstance(java.net.URL key) throws java.io.IOException
Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL.
key - the URL that will be used as the key
for the instance being created.Facelet or View Metadata Faceletjava.lang.NullPointerException - if argument key is
null.java.io.IOException - if unable to load a file necessary to respond
to service this method.