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
 
- 
- 
Constructor SummaryConstructors Constructor Description MetadataViewKeyImpl(String viewId, String renderKitId, Locale locale)MetadataViewKeyImpl(String viewId, String renderKitId, Locale locale, String[] contracts)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)String[]getContracts()LocalegetLocale()StringgetRenderKitId()StringgetViewId()inthashCode()
 
- 
- 
- 
Method Detail- 
getLocalepublic Locale getLocale() - Specified by:
- getLocalein class- MetadataViewKey
 
 - 
getViewIdpublic String getViewId() - Specified by:
- getViewIdin class- MetadataViewKey
 
 - 
getContractspublic String[] getContracts() - Specified by:
- getContractsin class- MetadataViewKey
 
 - 
getRenderKitIdpublic String getRenderKitId() - Specified by:
- getRenderKitIdin class- MetadataViewKey
 
 
- 
 
-