Uses of Class
org.apache.myfaces.view.facelets.tag.jsf.FaceletState

Packages that use FaceletState
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   
 

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

Methods in org.apache.myfaces.view.facelets with parameters of type FaceletState
 void ViewPoolProcessor.pushPartialView(FacesContext context, UIViewRoot view, FaceletState faceletViewState, int count)
           
 void ViewPoolProcessor.pushResetableView(FacesContext context, UIViewRoot view, FaceletState faceletViewState)
           
 

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

Methods in org.apache.myfaces.view.facelets.pool with parameters of type FaceletState
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)
           
 

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

Methods in org.apache.myfaces.view.facelets.pool.impl that return FaceletState
 FaceletState DynamicViewKey.getFaceletState()
           
 

Methods in org.apache.myfaces.view.facelets.pool.impl with parameters of type FaceletState
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)
           
 

Constructors in org.apache.myfaces.view.facelets.pool.impl with parameters of type FaceletState
DynamicViewKey(FaceletState faceletState)
           
 

Uses of FaceletState in org.apache.myfaces.view.facelets.tag.jsf
 

Methods in org.apache.myfaces.view.facelets.tag.jsf that return FaceletState
static FaceletState ComponentSupport.getFaceletState(FaceletContext ctx, UIComponent parent, boolean create)
           
 



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