Uses of Class
org.apache.myfaces.view.facelets.pool.impl.MetadataViewKey
Packages that use MetadataViewKey
-
Uses of MetadataViewKey in org.apache.myfaces.view.facelets.pool.impl
Subclasses of MetadataViewKey in org.apache.myfaces.view.facelets.pool.implMethods in org.apache.myfaces.view.facelets.pool.impl that return MetadataViewKeyModifier and TypeMethodDescriptionprotected 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 MetadataViewKeyModifier and TypeMethodDescriptionprotected 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)