Class ViewStructureMetadata
java.lang.Object
org.apache.myfaces.view.facelets.pool.ViewStructureMetadata
- Direct Known Subclasses:
- ViewStructureMetadataImpl
Contains additional information associated to a view and restored each time
 the view is built by first time.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract RequestViewMetadataRetrieve the associated RequestViewMetadata to this view structure.abstract ObjectRetrieve the state of UIViewRoot after the view is built by first time.
- 
Constructor Details- 
ViewStructureMetadatapublic ViewStructureMetadata()
 
- 
- 
Method Details- 
getViewRootStateRetrieve the state of UIViewRoot after the view is built by first time.- Returns:
- the viewState
 
- 
getRequestViewMetadataRetrieve the associated RequestViewMetadata to this view structure.- Returns:
 
 
-