Uses of Class
org.apache.myfaces.view.facelets.pool.ViewEntry
Packages that use ViewEntry
Package
Description
Public Facelet API.
-
Uses of ViewEntry in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets with parameters of type ViewEntryModifier and TypeMethodDescriptionvoid
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 ViewEntryModifier and TypeMethodDescriptionabstract 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.implMethods in org.apache.myfaces.view.facelets.pool.impl that return ViewEntryModifier and TypeMethodDescriptionprotected ViewEntry
ViewPoolImpl.generateViewEntry
(FacesContext facesContext, UIViewRoot root) ViewPoolEntryHolder.poll()
protected ViewEntry
ViewPoolImpl.popDynamicStructureView
(FacesContext context, UIViewRoot root, DynamicViewKey key) ViewPoolImpl.popDynamicStructureView
(FacesContext context, UIViewRoot root, FaceletState faceletDynamicState) protected ViewEntry
ViewPoolImpl.popPartialStructureView
(FacesContext context, MetadataViewKey key) 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 ViewEntryModifier and TypeMethodDescriptionboolean
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)