+1
On Wed, Oct 20, 2010 at 10:21 AM, Vincent Massol <[email protected]> wrote: > Hi, > > In order to implement support for icons/symbols in the rendering (see ), we > need to add an API to return an icon URL based on the icon name. > > public interface SkinAccessBridge > { > ... > /** > * @param iconName the standard name of an icon (it's not the name of the > file on the filesystem, it's a generic > * name, for example "success" for a success icon > * @return the URL to the icon resource > * @since 2.6M1 > */ > String getIconURL(String iconName); > } > > +1 from me. > > Thanks > -Vincent > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

