Uses of Interface
org.eclipse.jetty.util.ajax.AsyncJSON.Context
-
Packages that use AsyncJSON.Context Package Description org.eclipse.jetty.util.ajax Jetty Util : Simple JSON Utility classes -
-
Uses of AsyncJSON.Context in org.eclipse.jetty.util.ajax
Classes in org.eclipse.jetty.util.ajax that implement AsyncJSON.Context Modifier and Type Class Description private static class
AsyncJSON.FrameStack
Methods in org.eclipse.jetty.util.ajax with parameters of type AsyncJSON.Context Modifier and Type Method Description protected java.util.List<java.lang.Object>
AsyncJSON. newArray(AsyncJSON.Context context)
When a JSON[
is encountered during parsing, this method is called to create a newList
instance.protected java.util.Map<java.lang.String,java.lang.Object>
AsyncJSON. newObject(AsyncJSON.Context context)
When a JSON{
is encountered during parsing, this method is called to create a newMap
instance.
-