Uses of Enum
org.apache.myfaces.view.facelets.pool.RestoreViewFromPoolResult
Packages that use RestoreViewFromPoolResult
Package
Description
- 
Uses of RestoreViewFromPoolResult in org.apache.myfaces.view.facelets.poolMethods in org.apache.myfaces.view.facelets.pool that return RestoreViewFromPoolResultModifier and TypeMethodDescriptionabstract RestoreViewFromPoolResultViewEntry.getResult()static RestoreViewFromPoolResultReturns 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 RestoreViewFromPoolResultModifier and TypeMethodDescriptionabstract voidViewEntry.setResult(RestoreViewFromPoolResult result) 
- 
Uses of RestoreViewFromPoolResult in org.apache.myfaces.view.facelets.pool.implMethods in org.apache.myfaces.view.facelets.pool.impl that return RestoreViewFromPoolResultMethods in org.apache.myfaces.view.facelets.pool.impl with parameters of type RestoreViewFromPoolResultModifier and TypeMethodDescriptionvoidSoftViewEntry.setResult(RestoreViewFromPoolResult result) voidWeakViewEntry.setResult(RestoreViewFromPoolResult result)