public static interface Bck2Brwsr.Resources
generator method
will call back here for all classes needed during
translation to JavaScript.Modifier and Type | Method and Description |
---|---|
InputStream |
get(String resource)
Loads given resource (class or other file like image).
|
InputStream get(String resource) throws IOException
String
class
would be "java/lang/String.class"
.resource
- path to resource to loadIOException
- can be thrown if the loading fails on some error
or the file cannot be foundCopyright © 2025 API Design. All Rights Reserved.