Uses of Class
org.apache.hivemind.util.LocalizedResource

Packages that use LocalizedResource
org.apache.hivemind.util Implementations of Resource and related utilities. 
 

Uses of LocalizedResource in org.apache.hivemind.util
 

Methods in org.apache.hivemind.util that return LocalizedResource
 LocalizedResource LocalizedContextResourceFinder.resolve(java.lang.String contextPath, java.util.Locale locale)
          Resolves the resource, returning a path representing the closest match (with respect to the provided locale).
 LocalizedResource LocalizedResourceFinder.resolve(java.lang.String resourcePath, java.util.Locale locale)
          Resolves the resource, returning a path representing the closest match (with respect to the provided locale).