Uses of Class
org.apache.myfaces.view.facelets.pool.ViewEntry
-
Packages that use ViewEntry Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
SoftViewEntry
class
WeakViewEntry
Methods in org.apache.myfaces.view.facelets.pool.impl that return ViewEntry Modifier and Type Method Description 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 Modifier and Type Method Description 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)
-