org.apache.myfaces.view.facelets.pool
Class ViewStructureMetadata

java.lang.Object
  extended by org.apache.myfaces.view.facelets.pool.ViewStructureMetadata
Direct Known Subclasses:
ViewStructureMetadataImpl

public abstract class ViewStructureMetadata
extends Object

Contains additional information associated to a view and restored each time the view is built by first time.


Constructor Summary
ViewStructureMetadata()
           
 
Method Summary
abstract  RequestViewMetadata getRequestViewMetadata()
          Retrieve the associated RequestViewMetadata to this view structure.
abstract  Object getViewRootState()
          Retrieve the state of UIViewRoot after the view is built by first time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStructureMetadata

public ViewStructureMetadata()
Method Detail

getViewRootState

public abstract Object getViewRootState()
Retrieve the state of UIViewRoot after the view is built by first time.

Returns:
the viewState

getRequestViewMetadata

public abstract RequestViewMetadata getRequestViewMetadata()
Retrieve the associated RequestViewMetadata to this view structure.

Returns:


Copyright © 2014 The Apache Software Foundation. All rights reserved.