org.apache.tapestry.services.impl
Class ResourceLocalization
java.lang.Object
org.apache.tapestry.services.impl.ResourceLocalization
public class ResourceLocalization
- extends Object
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
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 |
ResourceLocalization
public ResourceLocalization(Locale locale,
org.apache.hivemind.Resource resource)
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.