Uses of Interface
javax.faces.view.facelets.FaceletCache.MemberFactory

Packages that use FaceletCache.MemberFactory
javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of FaceletCache.MemberFactory in javax.faces.view.facelets
 

Methods in javax.faces.view.facelets that return FaceletCache.MemberFactory
protected  FaceletCache.MemberFactory<V> FaceletCache.getMemberFactory()
          

Returns the FaceletCache.MemberFactory passed to FaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory, javax.faces.view.facelets.FaceletCache.MemberFactory) for the purpose of creating Facelet instance.

protected  FaceletCache.MemberFactory<V> FaceletCache.getMemberFactory()
          

Returns the FaceletCache.MemberFactory passed to FaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory, javax.faces.view.facelets.FaceletCache.MemberFactory) for the purpose of creating Facelet instance.

protected  FaceletCache.MemberFactory<V> FaceletCache.getMetadataMemberFactory()
          

Returns the FaceletCache.MemberFactory passed to FaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory, javax.faces.view.facelets.FaceletCache.MemberFactory) for the purpose of creating View Metadata Facelet instance.

protected  FaceletCache.MemberFactory<V> FaceletCache.getMetadataMemberFactory()
          

Returns the FaceletCache.MemberFactory passed to FaceletCache.setMemberFactories(javax.faces.view.facelets.FaceletCache.MemberFactory, javax.faces.view.facelets.FaceletCache.MemberFactory) for the purpose of creating View Metadata Facelet instance.

 

Methods in javax.faces.view.facelets with parameters of type FaceletCache.MemberFactory
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 FaceletCache implementation to provide the FaceletCache.MemberFactory instances that will be used to create instances of Facelets and View Metadata Facelets.

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 FaceletCache implementation to provide the FaceletCache.MemberFactory instances that will be used to create instances of Facelets and View Metadata Facelets.

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 FaceletCache implementation to provide the FaceletCache.MemberFactory instances that will be used to create instances of Facelets and View Metadata Facelets.

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 FaceletCache implementation to provide the FaceletCache.MemberFactory instances that will be used to create instances of Facelets and View Metadata Facelets.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.