Class MetadataViewKey
java.lang.Object
org.apache.myfaces.view.facelets.pool.impl.MetadataViewKey
- Direct Known Subclasses:
- MetadataViewKeyImpl
A MetadataViewKey contains the necessary information that identifies a view
 according to its specific attributes that makes its structure different.
 A view with the same MetadataViewKey can be reused if and only if its metadata
 is the same.
 
 Classes implementing this class should implements equals() and hashCode() 
 methods too.
- 
Constructor Details- 
MetadataViewKeypublic MetadataViewKey()
 
- 
- 
Method Details- 
getViewId
- 
getRenderKitId
- 
getLocale
- 
getContracts
 
-