Uses of Interface
org.apache.wicket.IResourceFactory

Packages that use IResourceFactory
org.apache.wicket.markup.html.image.resource Resource support for image components. 
org.apache.wicket.settings   
 

Uses of IResourceFactory in org.apache.wicket.markup.html.image.resource
 

Classes in org.apache.wicket.markup.html.image.resource that implement IResourceFactory
 class DefaultButtonImageResourceFactory
          A factory which creates default button images.
 

Uses of IResourceFactory in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IResourceFactory
 IResourceFactory Settings.getResourceFactory(String name)
           
 IResourceFactory IResourceSettings.getResourceFactory(String name)
           
 

Methods in org.apache.wicket.settings with parameters of type IResourceFactory
 void Settings.addResourceFactory(String name, IResourceFactory resourceFactory)
           
 void IResourceSettings.addResourceFactory(String name, IResourceFactory resourceFactory)
          Adds a resource factory to the list of factories to consult when generating resources automatically
 



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