Class ViewStructureMetadataImpl
java.lang.Object
org.apache.myfaces.view.facelets.pool.ViewStructureMetadata
org.apache.myfaces.view.facelets.pool.impl.ViewStructureMetadataImpl
- Author:
- lu4242
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the associated RequestViewMetadata to this view structure.Retrieve the state of UIViewRoot after the view is built by first time.void
void
setViewState
(Object viewState)
-
Constructor Details
-
ViewStructureMetadataImpl
-
-
Method Details
-
getViewRootState
Description copied from class:ViewStructureMetadata
Retrieve the state of UIViewRoot after the view is built by first time.- Specified by:
getViewRootState
in classViewStructureMetadata
- Returns:
- the viewState
-
setViewState
-
getRequestViewMetadata
Description copied from class:ViewStructureMetadata
Retrieve the associated RequestViewMetadata to this view structure.- Specified by:
getRequestViewMetadata
in classViewStructureMetadata
- Returns:
-
setRequestViewMetadata
-