|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
@Deprecated public static class RequestFactoryInterfaceValidator.ClassLoaderLoader
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 |
---|
public RequestFactoryInterfaceValidator.ClassLoaderLoader(java.lang.ClassLoader loader)
Method Detail |
---|
public boolean exists(java.lang.String resource)
RequestFactoryInterfaceValidator.Loader
exists
in interface RequestFactoryInterfaceValidator.Loader
resource
- a resource name (e.g. com/example/Foo.class
)public java.io.InputStream getResourceAsStream(java.lang.String resource)
RequestFactoryInterfaceValidator.Loader
null
if no such resource exists.
getResourceAsStream
in interface RequestFactoryInterfaceValidator.Loader
resource
- a resource name (e.g. com/example/Foo.class
)
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |