Package com.google.web.bindery.requestfactory.server.jakarta
Jakarta-specific package for server-only classes. To use these types, be sure
to use the
gwt-servlet-jakarta.jar, or
requestfactory-server-jakarta.jar.- Since:
- GWT 2.11
-
Interface Summary Interface Description RequestFactoryJarExtractor.Emitter Describes a way to emit the contents of a classpath, typically into a JAR or filesystem directory.RequestFactoryJarExtractor.Loader Abstracts the mechanism by which class files are loaded. -
Class Summary Class Description Logging Server-side object that handles log messages sent byRequestFactoryLogHandler.RequestFactoryJarExtractor Deprecated. Will not be deleted from source, but will no longer be included in GWT artifacts, as this is only intended for use as a build tool.RequestFactoryJarExtractor.ClassLoaderLoader An implementation ofRequestFactoryJarExtractor.Loaderthat uses aClassLoaderto retrieve the class files.RequestFactoryJarExtractor.ErrorContext Improves error messages by providing context for the user.RequestFactoryJarExtractor.JarEmitter An Emitter implementation that creates a jar file.RequestFactoryServlet Handles GWT RequestFactory JSON requests. -
Enum Summary Enum Description RequestFactoryJarExtractor.Mode Controls what is emitted by the tool.