Package | Description |
---|---|
com.google.web.bindery.requestfactory.server |
Server-side classes for mediating between the client-side and the persistent
datastore.
|
Modifier and Type | Method and Description |
---|---|
static RequestFactoryJarExtractor.Mode |
RequestFactoryJarExtractor.Mode.match(java.lang.String target) |
static RequestFactoryJarExtractor.Mode |
RequestFactoryJarExtractor.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestFactoryJarExtractor.Mode[] |
RequestFactoryJarExtractor.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RequestFactoryJarExtractor(java.util.logging.Logger logger,
RequestFactoryJarExtractor.Loader loader,
RequestFactoryJarExtractor.Emitter emitter,
java.util.List<java.lang.Class<?>> seeds,
java.util.Map<java.lang.String,byte[]> resources,
RequestFactoryJarExtractor.Mode mode) |