Uses of Class
org.apache.myfaces.view.facelets.pool.RestoreViewFromPoolResult
-
Packages that use RestoreViewFromPoolResult Package Description org.apache.myfaces.view.facelets.pool org.apache.myfaces.view.facelets.pool.impl -
-
Uses of RestoreViewFromPoolResult in org.apache.myfaces.view.facelets.pool
Methods in org.apache.myfaces.view.facelets.pool that return RestoreViewFromPoolResult Modifier and Type Method Description abstract RestoreViewFromPoolResult
ViewEntry. getResult()
static RestoreViewFromPoolResult
RestoreViewFromPoolResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestoreViewFromPoolResult[]
RestoreViewFromPoolResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.view.facelets.pool with parameters of type RestoreViewFromPoolResult Modifier and Type Method Description abstract void
ViewEntry. setResult(RestoreViewFromPoolResult result)
-
Uses of RestoreViewFromPoolResult in org.apache.myfaces.view.facelets.pool.impl
Methods in org.apache.myfaces.view.facelets.pool.impl that return RestoreViewFromPoolResult Modifier and Type Method Description RestoreViewFromPoolResult
SoftViewEntry. getResult()
RestoreViewFromPoolResult
WeakViewEntry. getResult()
Methods in org.apache.myfaces.view.facelets.pool.impl with parameters of type RestoreViewFromPoolResult Modifier and Type Method Description void
SoftViewEntry. setResult(RestoreViewFromPoolResult result)
void
WeakViewEntry. setResult(RestoreViewFromPoolResult result)
-