org.apache.myfaces.view.facelets.pool.impl
Class MetadataViewKey

java.lang.Object
  extended by org.apache.myfaces.view.facelets.pool.impl.MetadataViewKey
Direct Known Subclasses:
MetadataViewKeyImpl

public abstract class MetadataViewKey
extends Object

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 Summary
MetadataViewKey()
           
 
Method Summary
abstract  String[] getContracts()
           
abstract  Locale getLocale()
           
abstract  String getRenderKitId()
           
abstract  String getViewId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataViewKey

public MetadataViewKey()
Method Detail

getViewId

public abstract String getViewId()

getRenderKitId

public abstract String getRenderKitId()

getLocale

public abstract Locale getLocale()

getContracts

public abstract String[] getContracts()


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