@Deprecated public abstract class FaceletCache<V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FaceletCache.InstanceFactory<V>
Deprecated.
|
| Constructor and Description |
|---|
FaceletCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract V |
getFacelet(URL url)
Deprecated.
Retrieves a cached Facelet
|
protected FaceletCache.InstanceFactory<V> |
getFaceletInstanceFactory()
Deprecated.
Retrieves InstanceFactory for creating Facelets
|
abstract V |
getMetadataFacelet(URL url)
Deprecated.
Retrieves a cached Metadata Facelet
|
protected FaceletCache.InstanceFactory<V> |
getMetadataFaceletInstanceFactory()
Deprecated.
Retrieves InstanceFactory for creating Metadata Facelets
|
void |
init(FaceletCache.InstanceFactory<V> faceletFactory,
FaceletCache.InstanceFactory<V> metafaceletFactory)
Deprecated.
Initializes this cache instance.
|
abstract boolean |
isFaceletCached(URL url)
Deprecated.
Determines whether a cached Facelet instance exists for this URL
|
abstract boolean |
isMetadataFaceletCached(URL url)
Deprecated.
Determines whether a cached Metadata Facelet instance exists for this URL
|
public abstract V getFacelet(URL url) throws IOException
url - URL for the Facelet being retrievedIOExceptionpublic abstract boolean isFaceletCached(URL url)
url - URL for the Faceletpublic abstract V getMetadataFacelet(URL url) throws IOException
url - URL for the Metadata Facelet being retrievedIOExceptionpublic abstract boolean isMetadataFaceletCached(URL url)
url - URL for the Metadata Faceletpublic final void init(FaceletCache.InstanceFactory<V> faceletFactory, FaceletCache.InstanceFactory<V> metafaceletFactory)
faceletFactory - InstanceFactory for creating Facelet instancesmetafaceletFactory - InstanceFactory for creating Metadata Facelet instancesprotected final FaceletCache.InstanceFactory<V> getFaceletInstanceFactory()
protected final FaceletCache.InstanceFactory<V> getMetadataFaceletInstanceFactory()
Copyright © 2010–2020 JBoss by Red Hat. All rights reserved.