Uses of Class
com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor.ErrorContext
-
Packages that use RequestFactoryJarExtractor.ErrorContext Package Description com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. -
-
Uses of RequestFactoryJarExtractor.ErrorContext in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server that return RequestFactoryJarExtractor.ErrorContext Modifier and Type Method Description protected RequestFactoryJarExtractor.ErrorContext
RequestFactoryJarExtractor.ErrorContext. fork()
RequestFactoryJarExtractor.ErrorContext
RequestFactoryJarExtractor.ErrorContext. setMethod(org.objectweb.asm.commons.Method method)
RequestFactoryJarExtractor.ErrorContext
RequestFactoryJarExtractor.ErrorContext. setType(org.objectweb.asm.Type type)
Constructors in com.google.web.bindery.requestfactory.server with parameters of type RequestFactoryJarExtractor.ErrorContext Constructor Description ErrorContext(RequestFactoryJarExtractor.ErrorContext parent)
-