org.apache.wicket.util.resource
Class ResourceUtils

java.lang.Object
  extended by org.apache.wicket.util.resource.ResourceUtils

public class ResourceUtils
extends java.lang.Object

Author:
Juergen Donnerstag

Nested Class Summary
static class ResourceUtils.PathLocale
           
 
Method Summary
static ResourceUtils.PathLocale getLocaleFromFilename(java.lang.String path)
          Extract the locale from the filename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocaleFromFilename

public static ResourceUtils.PathLocale getLocaleFromFilename(java.lang.String path)
Extract the locale from the filename

Parameters:
path - The file path
Returns:
The updated path, without the locale


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