© 2005 BEA Systems, Inc.

com.bea.netuix.servlets.l10n
Class ResolvedLocale

java.lang.Object
  extended bycom.bea.netuix.servlets.l10n.ResolvedLocale
All Implemented Interfaces:
Serializable

public class ResolvedLocale
extends Object
implements Serializable

Encapsulates information about a resolved Locale, including the original URI, the resolved URI and the Locale object that matches the resolution.

See Also:
Serialized Form

Constructor Summary
ResolvedLocale()
           
ResolvedLocale(String uri, String resolvedUri, Locale locale)
           
 
Method Summary
 Locale getLocale()
           
 String getLocalizedUri()
           
 String getOriginalUri()
           
 void setLocale(Locale locale)
           
 void setLocalizedUri(String uri)
           
 void setOriginalUri(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvedLocale

public ResolvedLocale()

ResolvedLocale

public ResolvedLocale(String uri,
                      String resolvedUri,
                      Locale locale)
Method Detail

getLocale

public Locale getLocale()
Returns:
the Locale object matching a localization operation for a resource

getLocalizedUri

public String getLocalizedUri()
Returns:
the URI to the localized version of a resource

getOriginalUri

public String getOriginalUri()
Returns:
the original unmodified URI to a resource

setLocale

public void setLocale(Locale locale)

setLocalizedUri

public void setLocalizedUri(String uri)

setOriginalUri

public void setOriginalUri(String uri)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved