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

Quick Search    Search Deep

Uses of Class
com.tripi.asp.JavaObjectNode

Uses of JavaObjectNode in com.tripi.asp
 

Subclasses of JavaObjectNode in com.tripi.asp
 class JavaMapNode
          JavaMapNode handles Java objects which implement the SimpleMap interface.
 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.
 

Methods in com.tripi.asp with parameters of type JavaObjectNode
private  void ForEachNode.executeJavaObjectNode(JavaObjectNode javaObj, AspContext context)
          Internal function which handles the enumeration of JavaObjectNode objects.