public class MetadataViewKeyImpl extends MetadataViewKey implements Serializable
Constructor and Description |
---|
MetadataViewKeyImpl(String viewId,
String renderKitId,
Locale locale) |
MetadataViewKeyImpl(String viewId,
String renderKitId,
Locale locale,
String[] contracts) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getContracts() |
Locale |
getLocale() |
String |
getRenderKitId() |
String |
getViewId() |
int |
hashCode() |
public Locale getLocale()
getLocale
in class MetadataViewKey
public String getViewId()
getViewId
in class MetadataViewKey
public String[] getContracts()
getContracts
in class MetadataViewKey
public String getRenderKitId()
getRenderKitId
in class MetadataViewKey
Copyright © 2021 The Apache Software Foundation. All rights reserved.