org.apache.wicket.util.resource
Class ResourceUtils.PathLocale

java.lang.Object
  extended by org.apache.wicket.util.resource.ResourceUtils.PathLocale
Enclosing class:
ResourceUtils

public static class ResourceUtils.PathLocale
extends Object


Field Summary
 Locale locale
           
 String path
           
 
Constructor Summary
ResourceUtils.PathLocale(String path, Locale locale)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public final String path

locale

public final Locale locale
Constructor Detail

ResourceUtils.PathLocale

public ResourceUtils.PathLocale(String path,
                                Locale locale)
Parameters:
path -
locale -


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