Uses of Class
org.apache.myfaces.view.facelets.pool.impl.DynamicViewKey
-
Packages that use DynamicViewKey Package Description org.apache.myfaces.view.facelets.pool.impl -
-
Uses of DynamicViewKey in org.apache.myfaces.view.facelets.pool.impl
Methods in org.apache.myfaces.view.facelets.pool.impl that return DynamicViewKey Modifier and Type Method Description protected DynamicViewKey
ViewPoolImpl. generateDynamicStructureViewKey(FacesContext facesContext, UIViewRoot root, FaceletState faceletDynamicState)
Methods in org.apache.myfaces.view.facelets.pool.impl with parameters of type DynamicViewKey Modifier and Type Method Description protected ViewEntry
ViewPoolImpl. popDynamicStructureView(FacesContext context, UIViewRoot root, DynamicViewKey key)
protected void
ViewPoolImpl. pushDynamicStructureView(FacesContext context, UIViewRoot root, DynamicViewKey key, ViewEntry entry)
-