Package | Description |
---|---|
com.sun.faces.facelets | |
javax.faces.view.facelets |
Modifier and Type | Method and Description |
---|---|
FaceletCache.MemberFactory<V> |
PrivateApiFaceletCacheAdapter.getMemberFactory() |
FaceletCache.MemberFactory<V> |
PrivateApiFaceletCacheAdapter.getMetadataMemberFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PrivateApiFaceletCacheAdapter.setMemberFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory) |
void |
PrivateApiFaceletCacheAdapter.setMemberFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory) |
Modifier and Type | Method and Description |
---|---|
protected FaceletCache.MemberFactory<V> |
FaceletCache.getMemberFactory()
Returns the |
protected FaceletCache.MemberFactory<V> |
FaceletCache.getMetadataMemberFactory()
Returns the |
Modifier and Type | Method and Description |
---|---|
void |
FaceletCache.setCacheFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory)
This must be called by the runtime
at startup time, before any requests are serviced, and allows for
the |
void |
FaceletCache.setCacheFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory)
This must be called by the runtime
at startup time, before any requests are serviced, and allows for
the |
protected void |
FaceletCache.setMemberFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory)
Deprecated.
|
protected void |
FaceletCache.setMemberFactories(FaceletCache.MemberFactory<V> faceletFactory,
FaceletCache.MemberFactory<V> viewMetadataFaceletFactory)
Deprecated.
|
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.