Example usage for com.google.gwt.resources.client DataResource interface-usage

List of usage examples for com.google.gwt.resources.client DataResource interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.resources.client DataResource interface-usage.

Usage

From source file geogebra.web.gui.vectomatic.dom.svg.ui.SVGResource.java

/**
 * A resource that contains SVG that should be incorporated into the compiled output. 
 * Note that by default SVG resources are validated against the SVG 1.1 XSD schema.
 * You can opt out of validation by setting the <code>validated="false"</code>
 * attribute on the annotation.
 * @author laaglu

From source file org.geogebra.web.web.gui.vectomatic.dom.svg.ui.SVGResource.java

/**
 * A resource that contains SVG that should be incorporated into the compiled output. 
 * Note that by default SVG resources are validated against the SVG 1.1 XSD schema.
 * You can opt out of validation by setting the <code>validated="false"</code>
 * attribute on the annotation.
 * @author laaglu

From source file org.rstudio.core.client.resources.StaticDataResource.java

@ResourceGeneratorType(StaticDataResourceGenerator.class)
public interface StaticDataResource extends DataResource {
}