wicket.resource
Class ApplicationStringResourceLoader

java.lang.Object
  extended bywicket.resource.ClassStringResourceLoader
      extended bywicket.resource.ApplicationStringResourceLoader
All Implemented Interfaces:
IStringResourceLoader

public class ApplicationStringResourceLoader
extends ClassStringResourceLoader

This string resource loader attempts to find a single resource bundle that has the same name and location as the application. If this bundle is found then strings are obtained from here. This implemnentation is fully aware of both locale and style values when trying to obtain the appropriate bundle.

Author:
Chris Turner

Constructor Summary
ApplicationStringResourceLoader(Application application)
          Create and initialise the resource loader.
 
Methods inherited from class wicket.resource.ClassStringResourceLoader
loadStringResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationStringResourceLoader

public ApplicationStringResourceLoader(Application application)
Create and initialise the resource loader.

Parameters:
application - The application that this resource loader is associated with


Copyright © 2004-2006 Wicket developers. All Rights Reserved.