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 |
---|---|
protected void |
FaceletCache.setMemberFactories(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)
This must be called by the runtime
at startup time, before any requests are serviced, and allows for
the |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.