© 2003 BEA Systems, Inc.

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

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

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)

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved