Class ViewEntry
java.lang.Object
org.apache.myfaces.view.facelets.pool.ViewEntry
- Direct Known Subclasses:
- SoftViewEntry,- WeakViewEntry
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleanactivate()Execute all necessary steps to ensure further calls to getViewRoot() and getViewState() will return valid values.abstract RestoreViewFromPoolResultabstract UIViewRootabstract voidsetResult(RestoreViewFromPoolResult result) 
- 
Constructor Details- 
ViewEntrypublic ViewEntry()
 
- 
- 
Method Details- 
getViewRoot- Returns:
- the viewRoot
 
- 
activatepublic abstract boolean activate()Execute 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
- 
getResult- Returns:
- the result
 
- 
setResult- Parameters:
- result- the result to set
 
 
-