Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.directwebremoting.json Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
DebuggingJsonDecoderA proxy implementation of JsonDecoder which simply passes the calls on to another JsonDecoder, but outputs debug logging what happened while theClassorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
IgnoreJsonDecoderA JsonDecoder that doesn't do anything, which is useful for validations that don't need to get any data, just check it's validity.Classorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
InvalidJsonExceptionClassorg.directwebremoting.jsonDirectWebRemoting (DWR)
JavaccJsonParserBuilderA Builder that creates JavaccJsonParsers.Classorg.directwebremoting.json.parse.javaccDirectWebRemoting (DWR)
JsonArrayClassorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonBooleanThe Json version of a booleanAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonDecoderUsed by JsonParser to allow the parse process to be mostly stateless, and to abstract the process of creating objects.Interfaceorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonNullClassorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonNumberThe Json version of a NumberAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonObjectIn official JSON parlance this should be called Object, however this would cause confusion with Object which is auto-imported.Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonParseExceptionClassorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonParserParse some JSON input and produce some objects that represent the input.Interfaceorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonParserFactoryAn accessor for the current JsonParser.Classorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonParserFactory .JsonParserBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.json.parse.JsonParserFactoryDirectWebRemoting (DWR)
JsonpCallExceptionCalled when a JSON request is not formatted properlyAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.jsonpDirectWebRemoting (DWR)
JsonpCallHandlerA Handler JSON/REST DWR calls.Classorg.directwebremoting.jsonpDirectWebRemoting (DWR)
JsonRpcCallExceptionThrown when a JSON-RPC request is not validAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcCallHandlerA Handler for JSON-RPC calls.Classorg.directwebremoting.jsonrpcDirectWebRemoting (DWR)
JsonRpcCallsAn extension to the Calls object to hold JsonRpc version information.Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcCallsJsonDecoderA JsonDecoder that creates a JsonRpcCalls structure.Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcConstantsVarious constants from the JSON-RPC spec: http://groups.Interfaceorg.directwebremoting.jsonrpcDirectWebRemoting (DWR)
JsonRpcErrorA Container for a JSON-RPC requestAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcResponseA Container for a JSON-RPC responseAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonSerializerInterfaceorg.directwebremoting.json.serializeDirectWebRemoting (DWR)
JsonSerializerFactoryAn accessor for the current JsonParser.Classorg.directwebremoting.json.serializeDirectWebRemoting (DWR)
JsonSerializerFactory .JsonSerializerBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.json.serialize.JsonSerializerFactoryDirectWebRemoting (DWR)
JsonStringThe Json version of a StringAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonUtilVarious utilities to make parsing and reading JSON easierAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jsonDirectWebRemoting (DWR)
JsonValueJsonValue allows you to hold any of the JSON types and to get a string version without needing to know what type you have.Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
LocalJsonSerializerClassorg.directwebremoting.json.serialize.localDirectWebRemoting (DWR)
LocalJsonSerializerBuilderA Builder that creates LocalJsonSerializers.Classorg.directwebremoting.json.serialize.localDirectWebRemoting (DWR)
ReflectionJsonDecoderA JsonDecoder that de-serializes the data into an existing set ofAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
SimpleJsonDecoderClassorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
StatefulJsonDecoderA stateful implementation of JsonDecoder where we track the stack of objects and allow a subclass to have a simpler set of things to doClassorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)