org.apache.tapestry.services.impl
Class ResourceLocalization

java.lang.Object
  extended byorg.apache.tapestry.services.impl.ResourceLocalization

public class ResourceLocalization
extends java.lang.Object

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ResourceLocalization(java.util.Locale locale, org.apache.hivemind.Resource resource)
           
 
Method Summary
 java.util.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(java.util.Locale locale,
                            org.apache.hivemind.Resource resource)
Method Detail

getLocale

public java.util.Locale getLocale()

getResource

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