Class ViewStructureMetadataImpl
java.lang.Object
org.apache.myfaces.view.facelets.pool.ViewStructureMetadata
org.apache.myfaces.view.facelets.pool.impl.ViewStructureMetadataImpl
- Author:
- lu4242
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve the associated RequestViewMetadata to this view structure.Retrieve the state of UIViewRoot after the view is built by first time.voidvoidsetViewState(Object viewState) 
- 
Constructor Details- 
ViewStructureMetadataImpl
 
- 
- 
Method Details- 
getViewRootStateDescription copied from class:ViewStructureMetadataRetrieve the state of UIViewRoot after the view is built by first time.- Specified by:
- getViewRootStatein class- ViewStructureMetadata
- Returns:
- the viewState
 
- 
setViewState
- 
getRequestViewMetadataDescription copied from class:ViewStructureMetadataRetrieve the associated RequestViewMetadata to this view structure.- Specified by:
- getRequestViewMetadatain class- ViewStructureMetadata
- Returns:
 
- 
setRequestViewMetadata
 
-