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