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 classDefaultButtonImageResourceFactoryA 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 IResourceFactoryResourceSettings. getResourceFactory(java.lang.String name)Methods in org.apache.wicket.settings with parameters of type IResourceFactory Modifier and Type Method Description ResourceSettingsResourceSettings. addResourceFactory(java.lang.String name, IResourceFactory resourceFactory)Adds a resource factory to the list of factories to consult when generating resources automatically
-