GWT 2.3.0

com.google.gwt.requestfactory.server
Class RequestFactoryInterfaceValidator.ClassLoaderLoader

java.lang.Object
  extended by com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
All Implemented Interfaces:
RequestFactoryInterfaceValidator.Loader
Enclosing class:
RequestFactoryInterfaceValidator

Deprecated.

@Deprecated
public static class RequestFactoryInterfaceValidator.ClassLoaderLoader
extends java.lang.Object
implements RequestFactoryInterfaceValidator.Loader

An implementation of RequestFactoryInterfaceValidator.ClassLoaderLoader that uses a ClassLoader to retrieve the class files.

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


Constructor Summary
RequestFactoryInterfaceValidator.ClassLoaderLoader(java.lang.ClassLoader loader)
          Deprecated.  
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFactoryInterfaceValidator.ClassLoaderLoader

public RequestFactoryInterfaceValidator.ClassLoaderLoader(java.lang.ClassLoader loader)
Deprecated. 
Method Detail

exists

public boolean exists(java.lang.String resource)
Deprecated. 
Description copied from interface: RequestFactoryInterfaceValidator.Loader
Returns true if the specified resource can be loaded.

Specified by:
exists in interface RequestFactoryInterfaceValidator.Loader
Parameters:
resource - a resource name (e.g. com/example/Foo.class)

getResourceAsStream

public java.io.InputStream getResourceAsStream(java.lang.String resource)
Deprecated. 
Description copied from interface: RequestFactoryInterfaceValidator.Loader
Returns an InputStream to access the specified resource, or null if no such resource exists.

Specified by:
getResourceAsStream in interface RequestFactoryInterfaceValidator.Loader
Parameters:
resource - a resource name (e.g. com/example/Foo.class)

GWT 2.3.0