GWT 2.3.0

com.google.gwt.requestfactory.server
Interface RequestFactoryInterfaceValidator.Loader

All Known Implementing Classes:
RequestFactoryInterfaceValidator.ClassLoaderLoader
Enclosing class:
RequestFactoryInterfaceValidator

Deprecated.

@Deprecated
public static interface RequestFactoryInterfaceValidator.Loader

Abstracts the mechanism by which class files are loaded.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.

See Also:
RequestFactoryInterfaceValidator.ClassLoaderLoader

Method Summary
 boolean exists(java.lang.String resource)
          Deprecated. Returns true if the specified resource can be loaded.
 java.io.InputStream getResourceAsStream(java.lang.String resource)
          Deprecated. Returns an InputStream to access the specified resource, or null if no such resource exists.
 

Method Detail

exists

boolean exists(java.lang.String resource)
Deprecated. 
Returns true if the specified resource can be loaded.

Parameters:
resource - a resource name (e.g. com/example/Foo.class)

getResourceAsStream

java.io.InputStream getResourceAsStream(java.lang.String resource)
Deprecated. 
Returns an InputStream to access the specified resource, or null if no such resource exists.

Parameters:
resource - a resource name (e.g. com/example/Foo.class)

GWT 2.3.0