Uses of Interface
org.apache.wicket.IResourceFactory
-
Packages that use IResourceFactory Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description IResourceFactory
ResourceSettings. getResourceFactory(String name)
Methods in org.apache.wicket.settings with parameters of type IResourceFactory Modifier and Type Method Description ResourceSettings
ResourceSettings. addResourceFactory(String name, IResourceFactory resourceFactory)
Adds a resource factory to the list of factories to consult when generating resources automatically
-