Uses of Class
org.apache.myfaces.view.facelets.pool.impl.MetadataViewKey

Packages that use MetadataViewKey
org.apache.myfaces.view.facelets.pool.impl   
 

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

Subclasses of MetadataViewKey in org.apache.myfaces.view.facelets.pool.impl
 class MetadataViewKeyImpl
           
 

Methods in org.apache.myfaces.view.facelets.pool.impl that return MetadataViewKey
protected  MetadataViewKey ViewPoolImpl.deriveViewKey(FacesContext facesContext, UIViewRoot root)
          Generates an unique key according to the metadata information stored in the passed UIViewRoot instance that can affect the way how the view is generated.
 

Methods in org.apache.myfaces.view.facelets.pool.impl with parameters of type MetadataViewKey
protected  ViewEntry ViewPoolImpl.popPartialStructureView(FacesContext context, MetadataViewKey key)
           
protected  ViewEntry ViewPoolImpl.popStaticStructureView(FacesContext context, MetadataViewKey key)
           
protected  void ViewPoolImpl.pushPartialStructureView(FacesContext context, MetadataViewKey key, ViewEntry entry)
           
protected  void ViewPoolImpl.pushStaticStructureView(FacesContext context, MetadataViewKey key, ViewEntry entry)
           
 



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