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   
org.apache.wicket.settings.def   
 

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 IResourceSettings.getResourceFactory(String name)
           
 

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

Uses of IResourceFactory in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IResourceFactory
 IResourceFactory ResourceSettings.getResourceFactory(String name)
           
 

Methods in org.apache.wicket.settings.def with parameters of type IResourceFactory
 void ResourceSettings.addResourceFactory(String name, IResourceFactory resourceFactory)
           
 



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.