Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.tripi.asp.MapNode

Uses of MapNode in com.tripi.asp
 

Classes in com.tripi.asp that implement MapNode
 class ArrayNode
          Implements the internal VBScript arrays.
 class JavaMapNode
          JavaMapNode handles Java objects which implement the SimpleMap interface.
 class JavaObjectNode
          JavaObjectNode class handles the interaction between Java objects and ASP objects.
 class JavaReferenceMapNode
          JavaReferenceMapNode class is a sub-class of JavaObjectNode specifically for java objects which implement both the SimpleMap interface as well as the SimpleReference interface.
 class JavaReferenceNode
          JavaReferenceNode is a sub-class of the JavaObjectNode class which handles Java objects which implement the SimpleReference interface.
 class PackedByteArrayNode
          Implements a special version of an ArrayNode which will contain a read-only array of bytes.
 class PackedCharArrayNode
          Implements a special version of an ArrayNode which will contain a read-only array of characters.