| Package | Description | 
|---|---|
| org.apache.myfaces.view.facelets | Public Facelet API. | 
| org.apache.myfaces.view.facelets.pool | |
| org.apache.myfaces.view.facelets.pool.impl | |
| org.apache.myfaces.view.facelets.tag.jsf | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ViewPoolProcessor. pushPartialView(FacesContext context,
               UIViewRoot view,
               FaceletState faceletViewState,
               int count) | 
| void | ViewPoolProcessor. pushResetableView(FacesContext context,
                 UIViewRoot view,
                 FaceletState faceletViewState) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ViewEntry | ViewPool. popDynamicStructureView(FacesContext context,
                       UIViewRoot root,
                       FaceletState faceletDynamicState) | 
| abstract void | ViewPool. pushDynamicStructureView(FacesContext context,
                        UIViewRoot root,
                        FaceletState faceletDynamicState) | 
| abstract ViewStructureMetadata | ViewPool. retrieveDynamicViewStructureMetadata(FacesContext context,
                                    UIViewRoot root,
                                    FaceletState faceletState) | 
| abstract void | ViewPool. storeDynamicViewStructureMetadata(FacesContext context,
                                 UIViewRoot root,
                                 FaceletState faceletState) | 
| abstract void | ViewPool. storeStaticViewStructureMetadata(FacesContext context,
                                UIViewRoot root,
                                FaceletState faceletState) | 
| Modifier and Type | Method and Description | 
|---|---|
| FaceletState | DynamicViewKey. getFaceletState() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DynamicViewKey | ViewPoolImpl. generateDynamicStructureViewKey(FacesContext facesContext,
                               UIViewRoot root,
                               FaceletState faceletDynamicState) | 
| ViewEntry | ViewPoolImpl. popDynamicStructureView(FacesContext context,
                       UIViewRoot root,
                       FaceletState faceletDynamicState) | 
| void | ViewPoolImpl. pushDynamicStructureView(FacesContext context,
                        UIViewRoot root,
                        FaceletState faceletDynamicState) | 
| ViewStructureMetadata | ViewPoolImpl. retrieveDynamicViewStructureMetadata(FacesContext context,
                                    UIViewRoot root,
                                    FaceletState faceletDynamicState) | 
| void | ViewPoolImpl. storeDynamicViewStructureMetadata(FacesContext context,
                                 UIViewRoot root,
                                 FaceletState faceletDynamicState) | 
| void | ViewPoolImpl. storeStaticViewStructureMetadata(FacesContext context,
                                UIViewRoot root,
                                FaceletState faceletState) | 
| Constructor and Description | 
|---|
| DynamicViewKey(FaceletState faceletState) | 
| Modifier and Type | Method and Description | 
|---|---|
| static FaceletState | ComponentSupport. getFaceletState(FaceletContext ctx,
               UIComponent parent,
               boolean create) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.