Class SoftViewEntry
java.lang.Object
org.apache.myfaces.view.facelets.pool.ViewEntry
org.apache.myfaces.view.facelets.pool.impl.SoftViewEntry
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanactivate()Execute all necessary steps to ensure further calls to getViewRoot() and getViewState() will return valid values.voidsetResult(RestoreViewFromPoolResult result) voidsetViewRoot(UIViewRoot viewRoot) 
- 
Constructor Details- 
SoftViewEntry
 
- 
- 
Method Details- 
activatepublic boolean activate()Description copied from class:ViewEntryExecute all necessary steps to ensure further calls to getViewRoot() and getViewState() will return valid values. It returns true or false if the Entry is still active or not
- 
getViewRoot- Specified by:
- getViewRootin class- ViewEntry
- Returns:
- the viewRoot
 
- 
setViewRoot
- 
getResult
- 
setResult
 
-