org.apache.wicket.markup.html.image.resource
Class DefaultButtonImageResourceFactory

java.lang.Object
  extended by org.apache.wicket.markup.html.image.resource.DefaultButtonImageResourceFactory
All Implemented Interfaces:
IResourceFactory

public class DefaultButtonImageResourceFactory
extends Object
implements IResourceFactory

A factory which creates default button images.

Author:
Jonathan Locke

Constructor Summary
DefaultButtonImageResourceFactory()
           
 
Method Summary
 Resource newResource(String specification, Locale locale, String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultButtonImageResourceFactory

public DefaultButtonImageResourceFactory()
Method Detail

newResource

public Resource newResource(String specification,
                            Locale locale,
                            String style)
Specified by:
newResource in interface IResourceFactory
Parameters:
specification - The resource specification string
locale - The locale for the resource
style - The style of the resource (see Session)
Returns:
The resource
See Also:
IResourceFactory.newResource(java.lang.String, java.util.Locale, java.lang.String)


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