Class WeakViewEntry
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.pool.ViewEntry
- 
- org.apache.myfaces.view.facelets.pool.impl.WeakViewEntry
 
 
- 
 public class WeakViewEntry extends ViewEntry - Author:
- Leonardo Uribe
 
- 
- 
Constructor SummaryConstructors Constructor Description WeakViewEntry(UIViewRoot viewRoot)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanactivate()Execute all necessary steps to ensure further calls to getViewRoot() and getViewState() will return valid values.RestoreViewFromPoolResultgetResult()UIViewRootgetViewRoot()voidsetResult(RestoreViewFromPoolResult result)voidsetViewRoot(UIViewRoot viewRoot)
 
- 
- 
- 
Constructor Detail- 
WeakViewEntrypublic WeakViewEntry(UIViewRoot viewRoot) 
 
- 
 - 
Method Detail- 
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
 - 
getViewRootpublic UIViewRoot getViewRoot() - Specified by:
- getViewRootin class- ViewEntry
- Returns:
- the viewRoot
 
 - 
setViewRootpublic void setViewRoot(UIViewRoot viewRoot) 
 - 
getResultpublic RestoreViewFromPoolResult getResult() 
 - 
setResultpublic void setResult(RestoreViewFromPoolResult result) 
 
- 
 
-