Class WeakViewEntry
java.lang.Object
org.apache.myfaces.view.facelets.pool.ViewEntry
org.apache.myfaces.view.facelets.pool.impl.WeakViewEntry
- Author:
- Leonardo Uribe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
activate()
Execute all necessary steps to ensure further calls to getViewRoot() and getViewState() will return valid values.void
setResult
(RestoreViewFromPoolResult result) void
setViewRoot
(UIViewRoot viewRoot)
-
Constructor Details
-
WeakViewEntry
-
-
Method Details
-
activate
public boolean activate()Description copied from class:ViewEntry
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 -
getViewRoot
- Specified by:
getViewRoot
in classViewEntry
- Returns:
- the viewRoot
-
setViewRoot
-
getResult
-
setResult
-