wicket
Interface IResourceFactory
- All Known Implementing Classes:
- DefaultButtonImageResourceFactory
- public interface IResourceFactory
A factory which creates resources for a given specification string. The
format of the specification string is determined by the resource factory
subclass. If the resource factory produced button images, the specification
might include settings relevant to buttons such as the width, height and
color of the button, as well as the text to draw on the button.
- Author:
- Jonathan Locke
- See Also:
LocalizedImageResource
|
Method Summary |
Resource |
newResource(java.lang.String specification,
java.util.Locale locale,
java.lang.String style)
|
newResource
public Resource newResource(java.lang.String specification,
java.util.Locale locale,
java.lang.String style)
- Parameters:
specification - The resource specification stringlocale - The locale for the resourcestyle - The style of the resource (see Session)
- Returns:
- The resource
Copyright © 2004-2005 Wicket developers. All Rights Reserved.