org.apache.tapestry.services.impl
Class ResourceLocalization

java.lang.Object
  extended by org.apache.tapestry.services.impl.ResourceLocalization

public class ResourceLocalization
extends Object

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ResourceLocalization(Locale locale, org.apache.hivemind.Resource resource)
           
 
Method Summary
 Locale getLocale()
           
 org.apache.hivemind.Resource getResource()
          The localized version of the resource; this may or may not exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLocalization

public ResourceLocalization(Locale locale,
                            org.apache.hivemind.Resource resource)
Method Detail

getLocale

public Locale getLocale()

getResource

public org.apache.hivemind.Resource getResource()
The localized version of the resource; this may or may not exist.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.