org.apache.myfaces.view.facelets.pool.impl
Class MetadataViewKeyImpl
java.lang.Object
org.apache.myfaces.view.facelets.pool.impl.MetadataViewKey
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
MetadataViewKeyImpl
public MetadataViewKeyImpl(String viewId,
String renderKitId,
Locale locale)
MetadataViewKeyImpl
public MetadataViewKeyImpl(String viewId,
String renderKitId,
Locale locale,
String[] contracts)
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.