|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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.
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 |
---|
boolean exists(java.lang.String resource)
resource
- a resource name (e.g. com/example/Foo.class
)java.io.InputStream getResourceAsStream(java.lang.String resource)
null
if no such resource exists.
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 |