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 java.lang.Object


Field Summary
 java.util.Locale locale
           
 java.lang.String path
           
 
Constructor Summary
ResourceUtils.PathLocale(java.lang.String path, java.util.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 java.lang.String path

locale

public final java.util.Locale locale
Constructor Detail

ResourceUtils.PathLocale

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


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