wicket.resource.loader
Class ComponentStringResourceLoader

java.lang.Object
  extended by wicket.resource.loader.AbstractStringResourceLoader
      extended by wicket.resource.loader.ComponentStringResourceLoader
All Implemented Interfaces:
IStringResourceLoader

public class ComponentStringResourceLoader
extends AbstractStringResourceLoader


Field Summary
 
Fields inherited from class wicket.resource.loader.AbstractStringResourceLoader
application
 
Constructor Summary
ComponentStringResourceLoader(Application application)
          Create and initialise the resource loader.
 
Method Summary
 
Methods inherited from class wicket.resource.loader.AbstractStringResourceLoader
getProperties, isStopResourceSearch, loadStringResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentStringResourceLoader

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

Parameters:
application - Wickets application object


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