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

java.lang.Object
  extended by org.apache.myfaces.view.facelets.pool.impl.MetadataViewKey
      extended by org.apache.myfaces.view.facelets.pool.impl.MetadataViewKeyImpl
All Implemented Interfaces:
Serializable

public class MetadataViewKeyImpl
extends MetadataViewKey
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
MetadataViewKeyImpl(String viewId, String renderKitId, Locale locale)
           
MetadataViewKeyImpl(String viewId, String renderKitId, Locale locale, String[] contracts)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getContracts()
           
 Locale getLocale()
           
 String getRenderKitId()
           
 String getViewId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataViewKeyImpl

public MetadataViewKeyImpl(String viewId,
                           String renderKitId,
                           Locale locale)

MetadataViewKeyImpl

public MetadataViewKeyImpl(String viewId,
                           String renderKitId,
                           Locale locale,
                           String[] contracts)
Method Detail

getLocale

public Locale getLocale()
Specified by:
getLocale in class MetadataViewKey
Returns:
the locale

getViewId

public String getViewId()
Specified by:
getViewId in class MetadataViewKey
Returns:
the viewId

getContracts

public String[] getContracts()
Specified by:
getContracts in class MetadataViewKey
Returns:
the contracts

getRenderKitId

public String getRenderKitId()
Specified by:
getRenderKitId in class MetadataViewKey
Returns:
the renderKitId

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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