Uses of Class
org.apache.myfaces.view.facelets.pool.ViewEntry

Packages that use ViewEntry
org.apache.myfaces.view.facelets Public Facelet API. 
org.apache.myfaces.view.facelets.pool   
org.apache.myfaces.view.facelets.pool.impl   
 

Uses of ViewEntry in org.apache.myfaces.view.facelets
 

Methods in org.apache.myfaces.view.facelets with parameters of type ViewEntry
 void ViewPoolProcessor.cloneAndRestoreView(FacesContext context, UIViewRoot newView, ViewEntry entry, ViewStructureMetadata metadata)
          Takes the newView and restore the state taken as base the provided ViewEntry, and then move all child components from oldView to newView, to finally obtain a clean component tree.
 

Uses of ViewEntry in org.apache.myfaces.view.facelets.pool
 

Methods in org.apache.myfaces.view.facelets.pool that return ViewEntry
abstract  ViewEntry ViewPool.popDynamicStructureView(FacesContext context, UIViewRoot root, FaceletState faceletDynamicState)
           
abstract  ViewEntry ViewPool.popStaticOrPartialStructureView(FacesContext context, UIViewRoot root)
           
 

Uses of ViewEntry in org.apache.myfaces.view.facelets.pool.impl
 

Subclasses of ViewEntry in org.apache.myfaces.view.facelets.pool.impl
 class SoftViewEntry
           
 class WeakViewEntry
           
 

Methods in org.apache.myfaces.view.facelets.pool.impl that return ViewEntry
protected  ViewEntry ViewPoolImpl.generateViewEntry(FacesContext facesContext, UIViewRoot root)
           
 ViewEntry ViewPoolEntryHolder.poll()
           
protected  ViewEntry ViewPoolImpl.popDynamicStructureView(FacesContext context, UIViewRoot root, DynamicViewKey key)
           
 ViewEntry ViewPoolImpl.popDynamicStructureView(FacesContext context, UIViewRoot root, FaceletState faceletDynamicState)
           
protected  ViewEntry ViewPoolImpl.popPartialStructureView(FacesContext context, MetadataViewKey key)
           
 ViewEntry ViewPoolImpl.popStaticOrPartialStructureView(FacesContext context, UIViewRoot root)
           
protected  ViewEntry ViewPoolImpl.popStaticStructureView(FacesContext context, MetadataViewKey key)
           
 

Methods in org.apache.myfaces.view.facelets.pool.impl with parameters of type ViewEntry
 boolean ViewPoolEntryHolder.add(ViewEntry entry)
           
protected  void ViewPoolImpl.pushDynamicStructureView(FacesContext context, UIViewRoot root, DynamicViewKey key, ViewEntry entry)
           
protected  void ViewPoolImpl.pushPartialStructureView(FacesContext context, MetadataViewKey key, ViewEntry entry)
           
protected  void ViewPoolImpl.pushStaticStructureView(FacesContext context, MetadataViewKey key, ViewEntry entry)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.