com.bea.netuix.servlets.l10n
Class ResolvedLocale
java.lang.Object
|
+--com.bea.netuix.servlets.l10n.ResolvedLocale
- All Implemented Interfaces:
- Serializable
- public class ResolvedLocale
- extends Object
- implements Serializable
ResolvedLocale - used as a return value for a resolved
path and Locale
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvedLocale
public ResolvedLocale()
ResolvedLocale
public ResolvedLocale(String uri,
String resolvedUri,
Locale locale)
getOriginalUri
public String getOriginalUri()
setOriginalUri
public void setOriginalUri(String uri)
getLocalizedUri
public String getLocalizedUri()
setLocalizedUri
public void setLocalizedUri(String uri)
getLocale
public Locale getLocale()
setLocale
public void setLocale(Locale locale)
Copyright © 2003 BEA Systems, Inc. All Rights Reserved