Example usage for com.google.gwt.resources.client ResourcePrototype getName

List of usage examples for com.google.gwt.resources.client ResourcePrototype getName

Introduction

In this page you can find the example usage for com.google.gwt.resources.client ResourcePrototype getName.

Prototype

String getName();

Source Link

Document

Returns the name of the function within the ClientBundle used to create the ResourcePrototype.

Usage

From source file:org.onebusaway.presentation.impl.resources.ClientBundleImpl.java

License:Apache License

public void addResource(ResourcePrototype resource) {
    _resources.put(resource.getName(), resource);
}