Package | Description |
---|---|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
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.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.